Skip to content

Commit 6281588

Browse files
committedMar 23, 2022
Release 0.0.3
1 parent 1f96a20 commit 6281588

File tree

3 files changed

+5676
-16
lines changed

3 files changed

+5676
-16
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.3] - 2022-03-23
11+
### Fixed
12+
- Fix broken 0.0.2 release
13+
1014
## [0.0.2] - 2022-03-23
1115
### Added
1216
- Export types
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1519
### Added
1620
- Make a library
1721

18-
[Unreleased]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.2...HEAD
22+
[Unreleased]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.3...HEAD
23+
[0.0.3]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.2...v0.0.3
1924
[0.0.2]: https://github.com/cucumber/cucumber-json-converter/compare/v0.0.1...v0.0.2
2025
[0.0.1]: https://github.com/cucumber/cucumber-json-converter/compare/c7c6e23894d5becc0c99e74564489c806c71cfa8...v0.0.1

‎package-lock.json

+5,669-14
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.1",
3+
"version": "0.0.3",
44
"description": "Validates and converts Cucumber JSON for different Cucumber implementations and versions",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.