Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion abs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions abs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ file from inside the editor.

## Release Notes

### 0.1.1

- Dependency updates

### 0.1.0

- Security release
Expand Down
2 changes: 1 addition & 1 deletion abs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down