Skip to content

Commit 4e516ec

Browse files
committed
Prepare release v0.21.0
Created-by: polyglot-release v-develop
1 parent 9b49021 commit 4e516ec

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.21.0] - 2022-05-23
1011
### Added
1112
- Implement go to step definition ([#48](https://github.com/cucumber/language-service/pull/48))
1213

@@ -175,7 +176,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
175176
([#1732](https://github.com/cucumber/common/pull/1732)
176177
[aslakhellesoy](https://github.com/aslakhellesoy))
177178

178-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.20.4...HEAD
179+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.21.0...HEAD
180+
[0.21.0]: https://github.com/cucumber/language-service/compare/v0.20.4...v0.21.0
179181
[0.20.4]: https://github.com/cucumber/language-service/compare/v0.20.3...v0.20.4
180182
[0.20.3]: https://github.com/cucumber/language-service/compare/v0.20.2...v0.20.3
181183
[0.20.2]: https://github.com/cucumber/language-service/compare/v0.20.1...v0.20.2

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

0 commit comments

Comments
 (0)