Skip to content

Commit 0fbe487

Browse files
committed
Prepare release v10.1.0
Created-by: polyglot-release v1.3.2
1 parent 62187dc commit 0fbe487

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,17 +8,19 @@ 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.1.0] - 2023-12-21
1113
### Added
1214
- Ability to access World parameters from `BeforeAll`/`AfterAll` hooks (see [documentation](./docs/support_files/hooks.md#world-parameters-in-beforeallafterall)) ([#1770](https://github.com/cucumber/cucumber-js/pull/1770))
1315
- Support for Node.js 21 ([#2365](https://github.com/cucumber/cucumber-js/pull/2365))
1416

15-
### Fixed
16-
- Prevent mutations on world parameters leaking between test cases ([#2362](https://github.com/cucumber/cucumber-js/pull/2362))
17-
1817
### Changed
1918
- Replace usage of `VError` with `Error.cause` ([#2363](https://github.com/cucumber/cucumber-js/pull/2363))
2019
- Updated HTML formatter with better search UX and smaller bundle size ([react-components#337](https://github.com/cucumber/react-components/pull/337))
2120

21+
### Fixed
22+
- Prevent mutations on world parameters leaking between test cases ([#2362](https://github.com/cucumber/cucumber-js/pull/2362))
23+
2224
## [10.0.1] - 2023-10-20
2325
### Fixed
2426
- Honour order of paths in configuration ([#2345](https://github.com/cucumber/cucumber-js/pull/2345))
@@ -1566,7 +1568,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15661568

15671569
## 0.0.1
15681570

1569-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.0.1...HEAD
1571+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.1.0...HEAD
1572+
[10.1.0]: https://github.com/cucumber/cucumber-js/compare/v10.0.1...v10.1.0
15701573
[10.0.1]: https://github.com/cucumber/cucumber-js/compare/v10.0.0...v10.0.1
15711574
[10.0.0]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...v10.0.0
15721575
[9.6.0]: https://github.com/cucumber/cucumber-js/compare/v9.5.1...v9.6.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.0.1",
11+
"version": "10.1.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)