Skip to content

Commit

Permalink
Prepare release v8.9.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
davidjgoss committed Nov 24, 2022
1 parent 70cc0fd commit 4c80df1
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](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]

## [8.9.0] - 2022-11-24
### Added
- Add new JUnit formatter (see [documentation](./docs/formatters.md#junit)) ([#2121](https://github.com/cucumber/cucumber-js/pull/2121))

Expand Down Expand Up @@ -1446,7 +1448,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.8.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.9.0...HEAD
[8.9.0]: https://github.com/cucumber/cucumber-js/compare/v8.8.0...v8.9.0
[8.8.0]: https://github.com/cucumber/cucumber-js/compare/v8.7.0...v8.8.0
[8.7.0]: https://github.com/cucumber/cucumber-js/compare/v8.6.0...v8.7.0
[8.6.0]: https://github.com/cucumber/cucumber-js/compare/v8.5.3...v8.6.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": "8.8.0",
"version": "8.9.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 4c80df1

Please sign in to comment.