Skip to content

Commit 2ec0b0a

Browse files
committed
Prepare release v0.4.0
Created-by: polyglot-release v1.6.0
1 parent 873ef9d commit 2ec0b0a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.4.0] - 2025-03-25
911
### Added
1012
- Add World customisation and injection as `this` ([#47](https://github.com/cucumber/cucumber-node/pull/47))
1113

@@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- Initial release
2325

2426
[Unreleased]: https://github.com/cucumber/cucumber-node/compare/0.1.0...HEAD
27+
[0.4.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.4.0
2528
[0.3.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.3.0
2629
[0.2.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.2.0
2730
[0.1.0]: https://github.com/cucumber/cucumber-node/compare/2d5d66e...0.1.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
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/node",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "David Goss (https://github.com/davidjgoss)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)