Skip to content

Commit

Permalink
Prepare release v10.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Dec 21, 2023
1 parent 62187dc commit 0fbe487
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Expand Up @@ -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))
Expand Down Expand Up @@ -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
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
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "10.0.1",
"version": "10.1.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 0fbe487

Please sign in to comment.