Skip to content

Commit

Permalink
Release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Nov 16, 2021
1 parent e805a3f commit e4b2b41
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Update links in descriptor files to point to the new repository at https://github.com/cucumber/create-meta
## [6.0.4] - 2021-11-16

### Fixed
- Update links in descriptor files to point to the new repository at https://github.com/cucumber/create-meta
- [Ruby][Java] Fix ciDict.json was missing from the Ruby Gem and the Java Artifact
([PR#13](https://github.com/cucumber/create-meta/pull/13))

Expand Down Expand Up @@ -110,8 +112,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.3...main
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...main
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.4...main
[6.0.4]: https://github.com/cucumber/create-meta/compare/v6.0.3...v6.0.4
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0
Expand All @@ -125,6 +128,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0

in alphabetical order -->
[aslakhellesoy]: https://github.com/aslakhellesoy
[kgeilmann]: https://github.com/kgeilmann
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>create-meta</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>
<packaging>jar</packaging>
<name>Cucumber create meta</name>
<description>Produce the meta message for Cucumber-JVM</description>
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/create-meta",
"version": "6.0.3",
"version": "6.0.4",
"description": "Produce the meta message for Cucumber JavaScript",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.3
6.0.4

0 comments on commit e4b2b41

Please sign in to comment.