Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 2, 2021
1 parent 5314010 commit a1f44bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

## [0.5.1] - 2021-11-02

## 0.5.1 - 2021-11-02
### Fixed
- Upgrade to `@cucumber/language-service` version `0.8.0` (should be backwards compatible)

Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/monaco/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/cucumber/monaco/compare/0.5.1...HEAD
[0.5.1]: https://github.com/cucumber/monaco/compare/v0.5.0...0.5.1
[0.5.0]: https://github.com/cucumber/monaco/compare/v0.4.0...0.5.0
[0.4.0]: https://github.com/cucumber/monaco/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cucumber/monaco/compare/v0.2.0...v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/monaco",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cucumber Monaco",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit a1f44bd

Please sign in to comment.