Skip to content

Commit a03329c

Browse files
committed
Prepare release v9.2.0
Created-by: polyglot-release v1.3.2
1 parent 4c2443a commit a03329c

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.2.0] - 2023-06-22
1113
### Added
1214
- New option for JUnit test suite name to be passed in `formatOptions` ([#2265](https://github.com/cucumber/cucumber-js/issues/2265))
1315
- Include source reference in emitted messages for parameter types ([#2287](https://github.com/cucumber/cucumber-js/pull/2287))
@@ -1507,7 +1509,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15071509

15081510
## 0.0.1
15091511

1510-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.1.2...HEAD
1512+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.2.0...HEAD
1513+
[9.2.0]: https://github.com/cucumber/cucumber-js/compare/v9.1.2...v9.2.0
15111514
[9.1.2]: https://github.com/cucumber/cucumber-js/compare/v9.1.1...v9.1.2
15121515
[9.1.1]: https://github.com/cucumber/cucumber-js/compare/v9.1.0...v9.1.1
15131516
[9.1.0]: https://github.com/cucumber/cucumber-js/compare/v9.0.1...v9.1.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.1.2",
11+
"version": "9.2.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)