Skip to content

Commit

Permalink
Prepare release v9.2.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Jun 22, 2023
1 parent 4c2443a commit a03329c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]

## [9.2.0] - 2023-06-22
### Added
- New option for JUnit test suite name to be passed in `formatOptions` ([#2265](https://github.com/cucumber/cucumber-js/issues/2265))
- Include source reference in emitted messages for parameter types ([#2287](https://github.com/cucumber/cucumber-js/pull/2287))
Expand Down Expand Up @@ -1507,7 +1509,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.1.2...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.2.0...HEAD
[9.2.0]: https://github.com/cucumber/cucumber-js/compare/v9.1.2...v9.2.0
[9.1.2]: https://github.com/cucumber/cucumber-js/compare/v9.1.1...v9.1.2
[9.1.1]: https://github.com/cucumber/cucumber-js/compare/v9.1.0...v9.1.1
[9.1.0]: https://github.com/cucumber/cucumber-js/compare/v9.0.1...v9.1.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": "9.1.2",
"version": "9.2.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit a03329c

Please sign in to comment.