Skip to content

Commit 416a8e1

Browse files
committed
Prepare release v11.0.0
Created-by: polyglot-release v1.5.0
1 parent 4af8be6 commit 416a8e1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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](./CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [11.0.0] - 2024-08-29
1113
### Changed
1214
- Major refactor of runtime code for both serial and parallel modes ([#2422](https://github.com/cucumber/cucumber-js/pull/2422))
1315

@@ -1633,7 +1635,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16331635

16341636
## 0.0.1
16351637

1636-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...HEAD
1638+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.0.0...HEAD
1639+
[11.0.0]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...v11.0.0
16371640
[10.9.0]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...v10.9.0
16381641
[10.8.0]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...v10.8.0
16391642
[10.7.0]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...v10.7.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "10.9.0",
11+
"version": "11.0.0",
1212
"funding": "https://opencollective.com/cucumber",
1313
"homepage": "https://github.com/cucumber/cucumber-js",
1414
"author": "Julien Biezemans <[email protected]>",

0 commit comments

Comments
 (0)