Skip to content

Commit

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

## [Unreleased]

## [0.6.1] - 2021-11-04
### Fixed
- Fixed compilation error in demo code

## [0.6.0] - 2021-11-04
### Changed
- Upgrade to `@cucumber/language-service 0.9.0`
Expand Down Expand Up @@ -56,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/monaco/compare/0.6.0...HEAD
[Unreleased]: https://github.com/cucumber/monaco/compare/0.6.1...HEAD
[0.6.1]: https://github.com/cucumber/monaco/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/cucumber/monaco/compare/0.5.1...0.6.0
[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
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.6.0",
"version": "0.6.1",
"description": "Cucumber Monaco",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 319e682

Please sign in to comment.