Skip to content

Commit 8804fa4

Browse files
committed
Prepare release v0.6.0
Created-by: polyglot-release v1.7.2
1 parent b363909 commit 8804fa4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.6.0] - 2025-12-01
911
### Added
1012
- Add support for Node.js 25.x ([#161](https://github.com/cucumber/cucumber-node/pull/161))
1113
- Provide source maps for pickles ([#149](https://github.com/cucumber/cucumber-node/pull/149))
@@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951
- Initial release
5052

5153
[Unreleased]: https://github.com/cucumber/cucumber-node/compare/0.1.0...HEAD
54+
[0.6.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.6.0
5255
[0.5.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.5.0
5356
[0.4.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.4.0
5457
[0.3.0]: https://github.com/cucumber/cucumber-node/compare/0.1.0...v0.3.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/node",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "David Goss (https://github.com/davidjgoss)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)