Skip to content

Commit d6f8514

Browse files
committed
Prepare release v0.5.0
Created-by: polyglot-release v1.6.1
1 parent 6118aba commit d6f8514

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,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.5.0] - 2025-09-08
911
### Added
1012
- Add `pickleStep` to `UndefinedError` ([#13](https://github.com/cucumber/javascript-core/pull/13))
1113
- Add `getExpressionGenerator()` to `SupportCodeLibrary` ([#13](https://github.com/cucumber/javascript-core/pull/13))
@@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3739
### Added
3840
- Initial implementation ([#1](https://github.com/cucumber/javascript-core/pull/1))
3941

40-
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.4.1...HEAD
42+
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.5.0...HEAD
43+
[0.5.0]: https://github.com/cucumber/javascript-core/compare/v0.4.1...v0.5.0
4144
[0.4.1]: https://github.com/cucumber/javascript-core/compare/v0.4.0...v0.4.1
4245
[0.4.0]: https://github.com/cucumber/javascript-core/compare/v0.3.0...v0.4.0
4346
[0.3.0]: https://github.com/cucumber/javascript-core/compare/v0.2.1...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/core",
3-
"version": "0.4.1",
3+
"version": "0.5.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)