Skip to content

Commit 72d72e0

Browse files
committed
Release version 0.1.1
Contains only dependency updates, to make dependabot happy
1 parent 406957e commit 72d72e0

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

abs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1414

1515
### Fixed
1616

17+
## [0.1.1]
18+
19+
### Fixed
20+
21+
Update dependencies.
22+
1723
## [0.1.0]
1824

1925
### Fixed
@@ -86,7 +92,8 @@ Released 2023-03-16
8692

8793
- Initial release
8894

89-
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.0
95+
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.1
96+
[0.1.1]: https://github.com/abstools/abs-vs-code/compare/v0.1.1...v0.1.0
9097
[0.1.0]: https://github.com/abstools/abs-vs-code/compare/v0.1.0...v0.0.8
9198
[0.0.8]: https://github.com/abstools/abs-vs-code/compare/v0.0.8...v0.0.7
9299
[0.0.7]: https://github.com/abstools/abs-vs-code/compare/v0.0.7...v0.0.6

abs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ file from inside the editor.
1010

1111
## Release Notes
1212

13+
### 0.1.1
14+
15+
- Dependency updates
16+
1317
### 0.1.0
1418

1519
- Security release

abs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ABS",
44
"description": "Support for the Abs language",
55
"icon": "images/ABS_logo.png",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"publisher": "abs-models-org",
88
"author": {
99
"name": "Rudolf Schlatte"

0 commit comments

Comments
 (0)