Skip to content

Commit 847f613

Browse files
committed
Prepare release v8.11.0
Created-by: polyglot-release v1.3.2
1 parent 9779d26 commit 847f613

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

1010
## [Unreleased]
11+
12+
## [8.11.0] - 2023-02-10
1113
### Added
1214
- Affirm support for Node.js 19 [#2230](https://github.com/cucumber/cucumber-js/pull/2230)
1315
- Include some exception details in the result of a test step for downstream tools [#2229](https://github.com/cucumber/cucumber-js/pull/2229)
@@ -1465,7 +1467,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
14651467

14661468
## 0.0.1
14671469

1468-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.10.0...HEAD
1470+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.11.0...HEAD
1471+
[8.11.0]: https://github.com/cucumber/cucumber-js/compare/v8.10.0...v8.11.0
14691472
[8.10.0]: https://github.com/cucumber/cucumber-js/compare/v8.9.1...v8.10.0
14701473
[8.9.1]: https://github.com/cucumber/cucumber-js/compare/v8.9.0...v8.9.1
14711474
[8.9.0]: https://github.com/cucumber/cucumber-js/compare/v8.8.0...v8.9.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.10.0",
11+
"version": "8.11.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)