Skip to content

Commit 58bdbe8

Browse files
committed
Release 8.0.0-rc.1
1 parent 8a355a2 commit 58bdbe8

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
99

1010
## [Unreleased]
1111

12+
## [8.0.0-rc.1] - 2021-10-19
1213
### Added
1314
- Add `wrapPromiseWithTimeout` to public API ([#1566](https://github.com/cucumber/cucumber-js/pull/1566))
1415
- Add support for user code as native ES modules
@@ -1307,7 +1308,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13071308

13081309
## 0.0.1
13091310

1310-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...HEAD
1311+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...HEAD
1312+
[8.0.0-rc.1]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...8.0.0-rc.1
13111313
[7.3.1]: https://github.com/cucumber/cucumber-js/compare/v7.3.0...v7.3.1
13121314
[7.3.0]: https://github.com/cucumber/cucumber-js/compare/v7.2.1...v7.3.0
13131315
[7.2.1]: https://github.com/cucumber/cucumber-js/compare/v7.2.0...v7.2.1

package-lock.json

Lines changed: 9 additions & 9 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": "7.3.1",
11+
"version": "8.0.0-rc.1",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)