Skip to content

Commit bf16392

Browse files
committed
Prepare release v0.24.0
Created-by: polyglot-release v0.9.3
1 parent 971acf7 commit bf16392

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Fixed
11-
* Undefined `And` and `But` steps now generate the correct `Given`, `When` or `Then` keyword, based on parent step(s) ([#54](https://github.com/cucumber/language-service/pull/54))
12-
* Parameters are excluded from method names ([#54](https://github.com/cucumber/language-service/pull/54))
13-
* Generated C# step definitions include the keyword in the method name ([#54](https://github.com/cucumber/language-service/pull/54))
14-
10+
## [0.24.0] - 2022-05-25
1511
### Changed
16-
* The mustache templating syntax now uses different variables ([#54](https://github.com/cucumber/language-service/pull/54))
12+
- The mustache templating syntax now uses different variables ([#54](https://github.com/cucumber/language-service/pull/54))
13+
14+
### Fixed
15+
- Undefined `And` and `But` steps now generate the correct `Given`, `When` or `Then` keyword, based on parent step(s) ([#54](https://github.com/cucumber/language-service/pull/54))
16+
- Parameters are excluded from method names ([#54](https://github.com/cucumber/language-service/pull/54))
17+
- Generated C# step definitions include the keyword in the method name ([#54](https://github.com/cucumber/language-service/pull/54))
1718

1819
## [0.23.1] - 2022-05-25
1920
### Fixed
@@ -204,7 +205,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
204205
([#1732](https://github.com/cucumber/common/pull/1732)
205206
[aslakhellesoy](https://github.com/aslakhellesoy))
206207

207-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.23.1...HEAD
208+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.24.0...HEAD
209+
[0.24.0]: https://github.com/cucumber/language-service/compare/v0.23.1...v0.24.0
208210
[0.23.1]: https://github.com/cucumber/language-service/compare/v0.23.0...v0.23.1
209211
[0.23.0]: https://github.com/cucumber/language-service/compare/v0.22.2...v0.23.0
210212
[0.22.2]: https://github.com/cucumber/language-service/compare/v0.22.1...v0.22.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.23.1",
3+
"version": "0.24.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)