Skip to content

Commit 8c0ee1d

Browse files
committed
Prepare release v9.6.0
Created-by: polyglot-release v1.3.2
1 parent 7110de3 commit 8c0ee1d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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+
## [9.6.0] - 2023-10-07
1113
### Fixed
1214
- Improve handling of formatter paths ([#2315](https://github.com/cucumber/cucumber-js/pull/2315))
1315
- Warn on ambiguous colons in formatter paths ([#2335](https://github.com/cucumber/cucumber-js/pull/2335))
@@ -1535,7 +1537,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15351537

15361538
## 0.0.1
15371539

1538-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.5.1...HEAD
1540+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.6.0...HEAD
1541+
[9.6.0]: https://github.com/cucumber/cucumber-js/compare/v9.5.1...v9.6.0
15391542
[9.5.1]: https://github.com/cucumber/cucumber-js/compare/v9.5.0...v9.5.1
15401543
[9.5.0]: https://github.com/cucumber/cucumber-js/compare/v9.4.0...v9.5.0
15411544
[9.4.0]: https://github.com/cucumber/cucumber-js/compare/v9.3.0...v9.4.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": "9.5.1",
11+
"version": "9.6.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <jb@jbpros.com>",
1414
"contributors": [

0 commit comments

Comments
 (0)