Skip to content

Commit ed34524

Browse files
committed
Prepare release v10.0.0
Created-by: polyglot-release v1.3.2
1 parent b0592ab commit ed34524

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
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+
## [10.0.0] - 2023-10-09
1113
### Added
1214
- Add support for Node.js 20 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
1315

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

19-
### Removed
20-
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
21-
2221
### Fixed
2322
- Ensure attached string literals are base64-encoded in JSON reports ([#2260](https://github.com/cucumber/cucumber-js/issues/2260))
2423

24+
### Removed
25+
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
26+
2527
## [9.6.0] - 2023-10-07
2628
### Fixed
2729
- Improve handling of formatter paths ([#2315](https://github.com/cucumber/cucumber-js/pull/2315))
@@ -1550,7 +1552,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15501552

15511553
## 0.0.1
15521554

1553-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...HEAD
1555+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.0.0...HEAD
1556+
[10.0.0]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...v10.0.0
15541557
[9.6.0]: https://github.com/cucumber/cucumber-js/compare/v9.5.1...v9.6.0
15551558
[9.5.1]: https://github.com/cucumber/cucumber-js/compare/v9.5.0...v9.5.1
15561559
[9.5.0]: https://github.com/cucumber/cucumber-js/compare/v9.4.0...v9.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": "9.6.0",
11+
"version": "10.0.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)