Skip to content

Commit b6928df

Browse files
committed
Prepare release v0.22.1
Created-by: polyglot-release v-develop
1 parent ef1ae83 commit b6928df

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.1] - 2022-05-24
1011
### Fixed
1112
- Remove newlines from snippet templates
1213

@@ -183,7 +184,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
183184
([#1732](https://github.com/cucumber/common/pull/1732)
184185
[aslakhellesoy](https://github.com/aslakhellesoy))
185186

186-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.22.0...HEAD
187+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.22.1...HEAD
188+
[0.22.1]: https://github.com/cucumber/language-service/compare/v0.22.0...v0.22.1
187189
[0.22.0]: https://github.com/cucumber/language-service/compare/v0.21.0...v0.22.0
188190
[0.21.0]: https://github.com/cucumber/language-service/compare/v0.20.4...v0.21.0
189191
[0.20.4]: https://github.com/cucumber/language-service/compare/v0.20.3...v0.20.4

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.0",
3+
"version": "0.22.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)