diff --git a/abs/CHANGELOG.md b/abs/CHANGELOG.md index 135d856..e335e50 100644 --- a/abs/CHANGELOG.md +++ b/abs/CHANGELOG.md @@ -14,6 +14,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Fixed +## [0.1.1] + +### Fixed + +Update dependencies. + ## [0.1.0] ### Fixed @@ -86,7 +92,8 @@ Released 2023-03-16 - Initial release -[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.0 +[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.1 +[0.1.1]: https://github.com/abstools/abs-vs-code/compare/v0.1.1...v0.1.0 [0.1.0]: https://github.com/abstools/abs-vs-code/compare/v0.1.0...v0.0.8 [0.0.8]: https://github.com/abstools/abs-vs-code/compare/v0.0.8...v0.0.7 [0.0.7]: https://github.com/abstools/abs-vs-code/compare/v0.0.7...v0.0.6 diff --git a/abs/README.md b/abs/README.md index 5826abc..d66bee8 100644 --- a/abs/README.md +++ b/abs/README.md @@ -10,6 +10,10 @@ file from inside the editor. ## Release Notes +### 0.1.1 + +- Dependency updates + ### 0.1.0 - Security release diff --git a/abs/package.json b/abs/package.json index 8635410..aa2e48e 100644 --- a/abs/package.json +++ b/abs/package.json @@ -3,7 +3,7 @@ "displayName": "ABS", "description": "Support for the Abs language", "icon": "images/ABS_logo.png", - "version": "0.1.0", + "version": "0.1.1", "publisher": "abs-models-org", "author": { "name": "Rudolf Schlatte"