Skip to content

Commit

Permalink
Prepare release v10.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 Apr 7, 2024
1 parent e2fdaa6 commit 5df8971
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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.4.0] - 2024-04-07
### Added
- Add more debug logging around code loading ([#2389](https://github.com/cucumber/cucumber-js/pull/2389))

Expand Down Expand Up @@ -1591,7 +1593,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.3.2...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.4.0...HEAD
[10.4.0]: https://github.com/cucumber/cucumber-js/compare/v10.3.2...v10.4.0
[10.3.2]: https://github.com/cucumber/cucumber-js/compare/v10.3.1...v10.3.2
[10.3.1]: https://github.com/cucumber/cucumber-js/compare/v10.3.0...v10.3.1
[10.3.0]: https://github.com/cucumber/cucumber-js/compare/v10.2.1...v10.3.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
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "10.3.2",
"version": "10.4.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 5df8971

Please sign in to comment.