Skip to content

Commit 4616c71

Browse files
committed
Prepare release v12.2.0
Created-by: polyglot-release v1.6.1
1 parent ace9e58 commit 4616c71

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [12.2.0] - 2025-08-22
1113
### Added
1214
- Export configuration types ([#2598](https://github.com/cucumber/cucumber-js/pull/2598))
1315
- Add support for execution sharding ([#2303](https://github.com/cucumber/cucumber-js/pull/2303)) by [@agologan](https://github.com/agologan)
@@ -1691,7 +1693,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16911693

16921694
## 0.0.1
16931695

1694-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v12.1.0...HEAD
1696+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v12.2.0...HEAD
1697+
[12.2.0]: https://github.com/cucumber/cucumber-js/compare/v12.1.0...v12.2.0
16951698
[12.1.0]: https://github.com/cucumber/cucumber-js/compare/v12.0.0...v12.1.0
16961699
[12.0.0]: https://github.com/cucumber/cucumber-js/compare/v11.3.0...v12.0.0
16971700
[11.3.0]: https://github.com/cucumber/cucumber-js/compare/v11.2.0...v11.3.0

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
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "12.1.0",
11+
"version": "12.2.0",
1212
"funding": "https://opencollective.com/cucumber",
1313
"homepage": "https://github.com/cucumber/cucumber-js",
1414
"author": "Julien Biezemans <jb@jbpros.com>",

0 commit comments

Comments
 (0)