Skip to content

Commit 4db783f

Browse files
committed
Prepare release v20.1.0
Created-by: polyglot-release v1.6.1
1 parent 85f8965 commit 4db783f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
10+
## [20.1.0] - 2025-08-16
911
### Changed
1012
- Include type and message in stackTrace ([#144](https://github.com/cucumber/compatibility-kit/pull/144))
1113

@@ -254,7 +256,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
254256
### Added
255257
- First release
256258

257-
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v20.0.0...HEAD
259+
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v20.1.0...HEAD
260+
[20.1.0]: https://github.com/cucumber/compatibility-kit/compare/v20.0.0...v20.1.0
258261
[20.0.0]: https://github.com/cucumber/compatibility-kit/compare/v19.0.0...v20.0.0
259262
[19.0.0]: https://github.com/cucumber/compatibility-kit/compare/v18.0.3...v19.0.0
260263
[18.0.3]: https://github.com/cucumber/compatibility-kit/compare/v18.0.2...v18.0.3

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": "20.0.0",
3+
"version": "20.1.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-
20.0.0
1+
20.1.0

0 commit comments

Comments
 (0)