Skip to content

Commit

Permalink
Prepare release v9.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 Mar 28, 2023
1 parent d599dfe commit 764b7b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber

## [Unreleased]

## [9.1.0] - 2023-03-28
### Added
- Formatters create sub-directory automatically instead of failing ([#2266](https://github.com/cucumber/cucumber-js/pull/2266))
- Include a less cryptic error message when trying to `require` an ES module ([#2264](https://github.com/cucumber/cucumber-js/pull/2264))
Expand Down Expand Up @@ -1489,7 +1490,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.0.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.1.0...HEAD
[9.1.0]: https://github.com/cucumber/cucumber-js/compare/v9.0.1...v9.1.0
[9.0.1]: https://github.com/cucumber/cucumber-js/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/cucumber/cucumber-js/compare/v8.11.1...v9.0.0
[8.11.1]: https://github.com/cucumber/cucumber-js/compare/v8.11.0...v8.11.1
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.0.1",
"version": "9.1.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 764b7b6

Please sign in to comment.