Skip to content

Commit 0f5dab7

Browse files
committed
Prepare release v8.3.0
Created-by: polyglot-release v-develop
1 parent 36a454c commit 0f5dab7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
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](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [8.3.0] - 2022-06-11
1113
### Added
1214
- Add `willBeRetried` to the parameter passed to `After` hook functions ([#2045](https://github.com/cucumber/cucumber-js/pull/2045))
1315

@@ -1398,7 +1400,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13981400

13991401
## 0.0.1
14001402

1401-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.2...HEAD
1403+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.3.0...HEAD
1404+
[8.3.0]: https://github.com/cucumber/cucumber-js/compare/v8.2.2...v8.3.0
14021405
[8.2.2]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...v8.2.2
14031406
[8.2.1]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...v8.2.1
14041407
[8.2.0]: https://github.com/cucumber/cucumber-js/compare/v8.1.2...v8.2.0
@@ -1526,5 +1529,3 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15261529
[0.1.2]: https://github.com/cucumber/cucumber-js/compare/v0.1.1...v0.1.2
15271530
[0.1.1]: https://github.com/cucumber/cucumber-js/compare/v0.1.0...v0.1.1
15281531
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
1529-
mpare/v0.1.0...v0.1.1
1530-
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.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": "8.2.2",
11+
"version": "8.3.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <jb@jbpros.com>",
1414
"contributors": [

0 commit comments

Comments
 (0)