Skip to content

Commit

Permalink
Prepare release v10.9.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.4.0
  • Loading branch information
davidjgoss committed Aug 13, 2024
1 parent 7ef4d0e commit dc03f16
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]

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

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.9.0...HEAD
[10.9.0]: https://github.com/cucumber/cucumber-js/compare/v10.8.0...v10.9.0
[10.8.0]: https://github.com/cucumber/cucumber-js/compare/v10.7.0...v10.8.0
[10.7.0]: https://github.com/cucumber/cucumber-js/compare/v10.6.0...v10.7.0
[10.6.0]: https://github.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.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": "10.8.0",
"version": "10.9.0",
"funding": "https://opencollective.com/cucumber",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
Expand Down

0 comments on commit dc03f16

Please sign in to comment.