Skip to content

Commit 95629e7

Browse files
committed
Prepare release v0.2.3
Created-by: polyglot-release v1.6.1
1 parent 1f15f1e commit 95629e7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [0.2.3] - 2025-09-09
911
### Fixed
10-
- Add missing `JvmStatus.ambiguous`
12+
- Add missing `JvmStatus.ambiguous`
1113

1214
## [0.2.2] - 2025-09-03
1315
### Fixed
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3234
### Added
3335
- Initial release
3436

35-
[Unreleased]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.2...HEAD
37+
[Unreleased]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.3...HEAD
38+
[0.2.3]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.2...v0.2.3
3639
[0.2.2]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.1...v0.2.2
3740
[0.2.1]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.0...v0.2.1
3841
[0.2.0]: https://github.com/cucumber/cucumber-json-schema/compare/v0.1.1...v0.2.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/json-schema",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)