Skip to content

Commit c3435b8

Browse files
committed
Prepare release v10.7.0
Created-by: polyglot-release v1.3.2
1 parent 9cb30b8 commit c3435b8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ 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+
## [10.7.0] - 2024-05-11
1113
### Added
1214
- Explicit support for Node.js 22 ([#2405](https://github.com/cucumber/cucumber-js/pull/2405))
1315

1416
### Fixed
15-
- Ensure that parallel workers remain in-progress during retries ([#2404](https://github.com/cucumber/cucumber-js/pull/2404))
17+
- Ensure that parallel workers remain in-progress during retries ([#2404](https://github.com/cucumber/cucumber-js/pull/2404))
1618

1719
## [10.6.0] - 2024-04-25
1820
### Added
@@ -1614,7 +1616,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16141616

16151617
## 0.0.1
16161618

1617-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...HEAD
1619+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...HEAD
1620+
[10.7.0]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...v10.7.0
16181621
[10.6.0]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.0
16191622
[10.5.1]: https://github.com/cucumber/cucumber-js/compare/v10.5.0...v10.5.1
16201623
[10.5.0]: https://github.com/cucumber/cucumber-js/compare/v10.4.0...v10.5.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": "10.6.0",
11+
"version": "10.7.0",
1212
"funding": "https://opencollective.com/cucumber",
1313
"homepage": "https://github.com/cucumber/cucumber-js",
1414
"author": "Julien Biezemans <[email protected]>",

0 commit comments

Comments
 (0)