Skip to content

Commit c5033a0

Browse files
committed
Prepare release v11.1.1
Created-by: polyglot-release v1.6.0
1 parent b4cf626 commit c5033a0

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

1010
## [Unreleased]
11+
12+
## [11.1.1] - 2024-12-11
1113
### Fixed
1214
- Correctly report error in publish plugin ([#2454](https://github.com/cucumber/cucumber-js/pull/2454))
1315
- Reverse AfterAll execution order ([#2456](https://github.com/cucumber/cucumber-js/pull/2456))
@@ -1652,7 +1654,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16521654

16531655
## 0.0.1
16541656

1655-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.1.0...HEAD
1657+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.1.1...HEAD
1658+
[11.1.1]: https://github.com/cucumber/cucumber-js/compare/v11.1.0...v11.1.1
16561659
[11.1.0]: https://github.com/cucumber/cucumber-js/compare/v11.0.1...v11.1.0
16571660
[11.0.1]: https://github.com/cucumber/cucumber-js/compare/v11.0.0...v11.0.1
16581661
[11.0.0]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...v11.0.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": "11.1.0",
11+
"version": "11.1.1",
1212
"funding": "https://opencollective.com/cucumber",
1313
"homepage": "https://github.com/cucumber/cucumber-js",
1414
"author": "Julien Biezemans <jb@jbpros.com>",

0 commit comments

Comments
 (0)