Skip to content

Commit 99e3fbd

Browse files
committed
Prepare release v0.1.0
1 parent 9786d45 commit 99e3fbd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ 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.1.0] - 2025-02-18
911
### Added
1012
- Initial release
1113

12-
[Unreleased]: https://github.com/cucumber/cucumber-node/compare/2d5d66e...HEAD
14+
[Unreleased]: https://github.com/cucumber/cucumber-node/compare/0.1.0...HEAD
15+
[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.0.1",
3+
"version": "0.1.0",
44
"author": "David Goss (https://github.com/davidjgoss)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)