Skip to content

Commit

Permalink
Prepare release v9.4.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Aug 12, 2023
1 parent 6dc975d commit 85b1e5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]
### Removed
- Remove Cucumber Reports suggestion ([#2311](https://github.com/cucumber/cucumber-js/pull/2311))

## [9.4.0] - 2023-08-12
### Fixed
- Fix type import from cucumber-expressions ([#2310](https://github.com/cucumber/cucumber-js/pull/2310))

### Removed
- Remove Cucumber Reports suggestion ([#2311](https://github.com/cucumber/cucumber-js/pull/2311))

## [9.3.0] - 2023-07-14
### Added
- Support attachments with filenames ([#2297](https://github.com/cucumber/cucumber-js/pull/2297))
Expand Down Expand Up @@ -1519,7 +1521,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.3.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.4.0...HEAD
[9.4.0]: https://github.com/cucumber/cucumber-js/compare/v9.3.0...v9.4.0
[9.3.0]: https://github.com/cucumber/cucumber-js/compare/v9.2.0...v9.3.0
[9.2.0]: https://github.com/cucumber/cucumber-js/compare/v9.1.2...v9.2.0
[9.1.2]: https://github.com/cucumber/cucumber-js/compare/v9.1.1...v9.1.2
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": "9.3.0",
"version": "9.4.0",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 85b1e5e

Please sign in to comment.