Skip to content

Commit

Permalink
Prepare release v11.1.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.6.0
  • Loading branch information
davidjgoss committed Dec 11, 2024
1 parent b4cf626 commit c5033a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]

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

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.1.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v11.1.1...HEAD
[11.1.1]: https://github.com/cucumber/cucumber-js/compare/v11.1.0...v11.1.1
[11.1.0]: https://github.com/cucumber/cucumber-js/compare/v11.0.1...v11.1.0
[11.0.1]: https://github.com/cucumber/cucumber-js/compare/v11.0.0...v11.0.1
[11.0.0]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...v11.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "11.1.0",
"version": "11.1.1",
"funding": "https://opencollective.com/cucumber",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]>",
Expand Down

0 comments on commit c5033a0

Please sign in to comment.