Skip to content

Commit 6cef9eb

Browse files
committed
Prepare release v0.5.1
Created-by: polyglot-release v1.6.1
1 parent 2bc70c9 commit 6cef9eb

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2025-09-17
11+
1012
## [0.5.0] - 2025-09-08
1113
### Added
1214
- Add `pickleStep` to `UndefinedError` ([#13](https://github.com/cucumber/javascript-core/pull/13))
@@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3941
### Added
4042
- Initial implementation ([#1](https://github.com/cucumber/javascript-core/pull/1))
4143

42-
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.5.0...HEAD
44+
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.5.1...HEAD
45+
[0.5.1]: https://github.com/cucumber/javascript-core/compare/v0.5.0...v0.5.1
4346
[0.5.0]: https://github.com/cucumber/javascript-core/compare/v0.4.1...v0.5.0
4447
[0.4.1]: https://github.com/cucumber/javascript-core/compare/v0.4.0...v0.4.1
4548
[0.4.0]: https://github.com/cucumber/javascript-core/compare/v0.3.0...v0.4.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.5.0",
3+
"version": "0.5.1",
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)