Skip to content

Commit be0cd40

Browse files
committed
Prepare release v23.0.0
Created-by: polyglot-release v1.6.1
1 parent 5c2a949 commit be0cd40

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9-
### Fixed
10-
- [Devkit] Add start and end markers to regular expression ([#171](https://github.com/cucumber/compatibility-kit/pull/171))
11-
129

10+
## [23.0.0] - 2025-09-15
1311
### Added
1412
- [Devkit] Add Suggestions to undefined samples ([#167](https://github.com/cucumber/compatibility-kit/pull/167))
1513
- [Devkit] Add dedicated samples for undefined steps ([#169](https://github.com/cucumber/compatibility-kit/pull/169))
1614

15+
### Fixed
16+
- [Devkit] Add start and end markers to regular expression ([#171](https://github.com/cucumber/compatibility-kit/pull/171))
17+
1718
## [22.0.1] - 2025-09-06
1819
### Fixed
1920
- [Devkit] Fix identifier in TestRunHookFinished ([#166](https://github.com/cucumber/compatibility-kit/pull/166))
@@ -289,7 +290,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
289290
### Added
290291
- First release
291292

292-
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v22.0.1...HEAD
293+
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v23.0.0...HEAD
294+
[23.0.0]: https://github.com/cucumber/compatibility-kit/compare/v22.0.1...v23.0.0
293295
[22.0.1]: https://github.com/cucumber/compatibility-kit/compare/v22.0.0...v22.0.1
294296
[22.0.0]: https://github.com/cucumber/compatibility-kit/compare/v21.0.0...v22.0.0
295297
[21.0.0]: https://github.com/cucumber/compatibility-kit/compare/v20.1.0...v21.0.0

javascript/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.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/compatibility-kit",
3-
"version": "22.0.1",
3+
"version": "23.0.0",
44
"description": "Test data used to validate a Cucumber implementation",
55
"files": [
66
"features"

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.0.1
1+
23.0.0

0 commit comments

Comments
 (0)