Skip to content

Commit 8e91e4f

Browse files
committed
Prepare release v0.2.0
Created-by: polyglot-release v1.6.0
1 parent 7b4bd40 commit 8e91e4f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ 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.2.0] - 2025-07-24
911
### Added
1012
- BREAKING CHANGE: Add `testRunStartedId` to `TestPlanIngredients` ([#3](https://github.com/cucumber/javascript-core/pull/3))
1113

1214
## [0.1.0] - 2025-07-24
1315
### Added
1416
- Initial implementation ([#1](https://github.com/cucumber/javascript-core/pull/1))
1517

16-
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.1.0...HEAD
18+
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.2.0...HEAD
19+
[0.2.0]: https://github.com/cucumber/javascript-core/compare/v0.1.0...v0.2.0
1720
[0.1.0]: https://github.com/cucumber/javascript-core/compare/a08431c...v0.1.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/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Core test case composition library for building a Cucumber implementation",
55
"type": "commonjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)