Skip to content

Commit

Permalink
Prepare release v0.22.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
aslakhellesoy committed May 24, 2022
1 parent 10590da commit 745548e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.22.0] - 2022-05-24
### Added
- Implement generate step definition ([#46](https://github.com/cucumber/language-service/pull/46))

Expand Down Expand Up @@ -179,7 +180,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
([#1732](https://github.com/cucumber/common/pull/1732)
[aslakhellesoy](https://github.com/aslakhellesoy))

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.21.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.22.0...HEAD
[0.22.0]: https://github.com/cucumber/language-service/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/cucumber/language-service/compare/v0.20.4...v0.21.0
[0.20.4]: https://github.com/cucumber/language-service/compare/v0.20.3...v0.20.4
[0.20.3]: https://github.com/cucumber/language-service/compare/v0.20.2...v0.20.3
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/language-service",
"version": "0.21.0",
"version": "0.22.0",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 745548e

Please sign in to comment.