Skip to content

Commit 764b7b6

Browse files
committed
Prepare release v9.1.0
Created-by: polyglot-release v1.3.2
1 parent d599dfe commit 764b7b6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber
99

1010
## [Unreleased]
1111

12+
## [9.1.0] - 2023-03-28
1213
### Added
1314
- Formatters create sub-directory automatically instead of failing ([#2266](https://github.com/cucumber/cucumber-js/pull/2266))
1415
- Include a less cryptic error message when trying to `require` an ES module ([#2264](https://github.com/cucumber/cucumber-js/pull/2264))
@@ -1489,7 +1490,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
14891490

14901491
## 0.0.1
14911492

1492-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.0.1...HEAD
1493+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.1.0...HEAD
1494+
[9.1.0]: https://github.com/cucumber/cucumber-js/compare/v9.0.1...v9.1.0
14931495
[9.0.1]: https://github.com/cucumber/cucumber-js/compare/v9.0.0...v9.0.1
14941496
[9.0.0]: https://github.com/cucumber/cucumber-js/compare/v8.11.1...v9.0.0
14951497
[8.11.1]: https://github.com/cucumber/cucumber-js/compare/v8.11.0...v8.11.1

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.0.1",
11+
"version": "9.1.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)