Skip to content

Commit

Permalink
Prepare release v10.7.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed May 11, 2024
1 parent 9cb30b8 commit c3435b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]

## [10.7.0] - 2024-05-11
### Added
- Explicit support for Node.js 22 ([#2405](https://github.com/cucumber/cucumber-js/pull/2405))

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

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

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...HEAD
[10.7.0]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...v10.7.0
[10.6.0]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.0
[10.5.1]: https://github.com/cucumber/cucumber-js/compare/v10.5.0...v10.5.1
[10.5.0]: https://github.com/cucumber/cucumber-js/compare/v10.4.0...v10.5.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "10.6.0",
"version": "10.7.0",
"funding": "https://opencollective.com/cucumber",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
Expand Down

0 comments on commit c3435b8

Please sign in to comment.