Skip to content

Commit 34d61a2

Browse files
committed
Prepare release v0.1.0
Created-by: polyglot-release v1.3.2
1 parent 2962f25 commit 34d61a2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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.1.0] - 2024-04-09
911
### Changed
1012
- Remove dual CommonJS/ESM entry points in favour of single CommonJS entry point [#66](https://github.com/cucumber/cucumber-json-converter/pull/66)
1113
- Externalise JSON schemas [#66](https://github.com/cucumber/cucumber-json-converter/pull/66)
@@ -22,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
### Added
2325
- Make a library
2426

25-
[Unreleased]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.3...HEAD
27+
[Unreleased]: https://github.com/cucumber/cucumber-json-converter/compare/v0.1.0...HEAD
28+
[0.1.0]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.3...v0.1.0
2629
[0.0.3]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.2...v0.0.3
2730
[0.0.2]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.1...v0.0.2
2831
[0.0.1]: https://github.com/cucumber/cucumber-json-converter/compare/c7c6e23894d5becc0c99e74564489c806c71cfa8...v0.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/cucumber-json-converter",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "Validates and converts Cucumber JSON for different Cucumber implementations and versions",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)