Skip to content

Commit

Permalink
Prepare release v8.3.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
davidjgoss committed Jun 11, 2022
1 parent 36a454c commit 0f5dab7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions 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.3.0] - 2022-06-11
### Added
- Add `willBeRetried` to the parameter passed to `After` hook functions ([#2045](https://github.com/cucumber/cucumber-js/pull/2045))

Expand Down Expand Up @@ -1398,7 +1400,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.2.2...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.3.0...HEAD
[8.3.0]: https://github.com/cucumber/cucumber-js/compare/v8.2.2...v8.3.0
[8.2.2]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...v8.2.2
[8.2.1]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/cucumber/cucumber-js/compare/v8.1.2...v8.2.0
Expand Down Expand Up @@ -1526,5 +1529,3 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
[0.1.2]: https://github.com/cucumber/cucumber-js/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/cucumber/cucumber-js/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
mpare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
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.2.2",
"version": "8.3.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 0f5dab7

Please sign in to comment.