Skip to content

Commit dc03f16

Browse files
committed
Prepare release v10.9.0
Created-by: polyglot-release v1.4.0
1 parent 7ef4d0e commit dc03f16

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+
## [10.9.0] - 2024-08-13
1113
### Added
1214
- Support externalising attachments in HTML formatter (see [documentation](./docs/formatters.md#html)) ([#2413](https://github.com/cucumber/cucumber-js/pull/2413))
1315
- Support linking to external content via attachments (see [documentation](./docs/support_files/attachments.md#links)) ([#2413](https://github.com/cucumber/cucumber-js/pull/2413))
@@ -1623,7 +1625,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
16231625

16241626
## 0.0.1
16251627

1626-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...HEAD
1628+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...HEAD
1629+
[10.9.0]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...v10.9.0
16271630
[10.8.0]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...v10.8.0
16281631
[10.7.0]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...v10.7.0
16291632
[10.6.0]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.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.8.0",
11+
"version": "10.9.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)