Skip to content

Commit 5ce3718

Browse files
committed
Prepare release v10.6.0
Created-by: polyglot-release v1.3.2
1 parent 2e51aed commit 5ce3718

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+
## [10.6.0] - 2024-04-25
1113
### Added
1214
- Add `loader` option for ESM loader hooks [#2399](https://github.com/cucumber/cucumber-js/pull/2399)
1315

@@ -1607,7 +1609,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16071609

16081610
## 0.0.1
16091611

1610-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...HEAD
1612+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...HEAD
1613+
[10.6.0]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.0
16111614
[10.5.1]: https://github.com/cucumber/cucumber-js/compare/v10.5.0...v10.5.1
16121615
[10.5.0]: https://github.com/cucumber/cucumber-js/compare/v10.4.0...v10.5.0
16131616
[10.4.0]: https://github.com/cucumber/cucumber-js/compare/v10.3.2...v10.4.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": "10.5.1",
11+
"version": "10.6.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)