Skip to content

Commit 2170590

Browse files
committed
Prepare release v0.2.2
Created-by: polyglot-release v1.6.1
1 parent baab74a commit 2170590

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](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [0.2.2] - 2025-09-03
911
### Fixed
1012
- `JvmArgument.val` and `JvmArgument.offset` are not required
1113

@@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2830
### Added
2931
- Initial release
3032

31-
[Unreleased]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.1...HEAD
33+
[Unreleased]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.2...HEAD
34+
[0.2.2]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.1...v0.2.2
3235
[0.2.1]: https://github.com/cucumber/cucumber-json-schema/compare/v0.2.0...v0.2.1
3336
[0.2.0]: https://github.com/cucumber/cucumber-json-schema/compare/v0.1.1...v0.2.0
3437
[0.1.1]: https://github.com/cucumber/cucumber-json-schema/compare/v0.1.0...v0.1.1

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.1",
3+
"version": "0.2.2",
44
"description": "",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)