Skip to content

Commit

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

## [Unreleased]

## [10.0.0] - 2023-10-09
### Added
- Add support for Node.js 20 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))

Expand All @@ -16,12 +18,12 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber
- BREAKING CHANGE: Use `await import()` to load all custom formatters and snippet syntaxes ([#2334](https://github.com/cucumber/cucumber-js/pull/2334))
- BREAKING CHANGE: Use `await import()` for default support code loading ([#2337](https://github.com/cucumber/cucumber-js/pull/2337))

### Removed
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))

### Fixed
- Ensure attached string literals are base64-encoded in JSON reports ([#2260](https://github.com/cucumber/cucumber-js/issues/2260))

### Removed
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))

## [9.6.0] - 2023-10-07
### Fixed
- Improve handling of formatter paths ([#2315](https://github.com/cucumber/cucumber-js/pull/2315))
Expand Down Expand Up @@ -1550,7 +1552,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.0.0...HEAD
[10.0.0]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...v10.0.0
[9.6.0]: https://github.com/cucumber/cucumber-js/compare/v9.5.1...v9.6.0
[9.5.1]: https://github.com/cucumber/cucumber-js/compare/v9.5.0...v9.5.1
[9.5.0]: https://github.com/cucumber/cucumber-js/compare/v9.4.0...v9.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": "9.6.0",
"version": "10.0.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit ed34524

Please sign in to comment.