Skip to content

Commit 9d2a8f5

Browse files
committed
Prepare release v0.22.2
Created-by: polyglot-release v-develop
1 parent 8873b16 commit 9d2a8f5

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.22.2] - 2022-05-24
1011
### Fixed
1112
- Fix a few bugs in snipet generation
1213

@@ -187,7 +188,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
187188
([#1732](https://github.com/cucumber/common/pull/1732)
188189
[aslakhellesoy](https://github.com/aslakhellesoy))
189190

190-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.22.1...HEAD
191+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.22.2...HEAD
192+
[0.22.2]: https://github.com/cucumber/language-service/compare/v0.22.1...v0.22.2
191193
[0.22.1]: https://github.com/cucumber/language-service/compare/v0.22.0...v0.22.1
192194
[0.22.0]: https://github.com/cucumber/language-service/compare/v0.21.0...v0.22.0
193195
[0.21.0]: https://github.com/cucumber/language-service/compare/v0.20.4...v0.21.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.22.1",
3+
"version": "0.22.2",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)