Skip to content

Commit d612cc5

Browse files
committed
Prepare release v11.0.1
Created-by: polyglot-release v1.5.0
1 parent dc0d857 commit d612cc5

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.1] - 2024-09-14
1113
### Fixed
1214
- Add missing setParallelCanAssign export ([#2427](https://github.com/cucumber/cucumber-js/pull/2427))
1315

@@ -1637,7 +1639,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16371639

16381640
## 0.0.1
16391641

1640-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.0.0...HEAD
1642+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.0.1...HEAD
1643+
[11.0.1]: https://github.com/cucumber/cucumber-js/compare/v11.0.0...v11.0.1
16411644
[11.0.0]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...v11.0.0
16421645
[10.9.0]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...v10.9.0
16431646
[10.8.0]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...v10.8.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": "11.0.0",
11+
"version": "11.0.1",
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)