diff --git a/CHANGELOG.md b/CHANGELOG.md index 102b3532c..3a67424df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber. ## [Unreleased] + +## [10.1.0] - 2023-12-21 ### Added - 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)) - Support for Node.js 21 ([#2365](https://github.com/cucumber/cucumber-js/pull/2365)) -### Fixed -- Prevent mutations on world parameters leaking between test cases ([#2362](https://github.com/cucumber/cucumber-js/pull/2362)) - ### Changed - Replace usage of `VError` with `Error.cause` ([#2363](https://github.com/cucumber/cucumber-js/pull/2363)) - Updated HTML formatter with better search UX and smaller bundle size ([react-components#337](https://github.com/cucumber/react-components/pull/337)) +### Fixed +- Prevent mutations on world parameters leaking between test cases ([#2362](https://github.com/cucumber/cucumber-js/pull/2362)) + ## [10.0.1] - 2023-10-20 ### Fixed - 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 ## 0.0.1 -[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.0.1...HEAD +[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.1.0...HEAD +[10.1.0]: https://github.com/cucumber/cucumber-js/compare/v10.0.1...v10.1.0 [10.0.1]: https://github.com/cucumber/cucumber-js/compare/v10.0.0...v10.0.1 [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 diff --git a/package-lock.json b/package-lock.json index 8863fcc07..7b8506460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/cucumber", - "version": "10.0.1", + "version": "10.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cucumber/cucumber", - "version": "10.0.1", + "version": "10.1.0", "license": "MIT", "dependencies": { "@cucumber/ci-environment": "10.0.0", diff --git a/package.json b/package.json index b077da70f..6ffe560f5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gherkin", "tests" ], - "version": "10.0.1", + "version": "10.1.0", "homepage": "https://github.com/cucumber/cucumber-js", "author": "Julien Biezemans ", "contributors": [