Skip to content

Commit e4b2b41

Browse files
Release 6.0.4
1 parent e805a3f commit e4b2b41

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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

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

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

113-
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.3...main
114-
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...main
115+
[Unreleased]: https://github.com/cucumber/create-meta/compare/v6.0.4...main
116+
[6.0.4]: https://github.com/cucumber/create-meta/compare/v6.0.3...v6.0.4
117+
[6.0.3]: https://github.com/cucumber/create-meta/compare/v6.0.2...v6.0.3
115118
[6.0.2]: https://github.com/cucumber/create-meta/compare/v6.0.1...v6.0.2
116119
[6.0.1]: https://github.com/cucumber/create-meta/compare/v6.0.0...v6.0.1
117120
[6.0.0]: https://github.com/cucumber/create-meta/compare/v5.0.0...v6.0.0
@@ -125,6 +128,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
125128
[1.2.0]: https://github.com/cucumber/create-meta/compare/v1.1.0...v1.2.0
126129
[1.1.0]: https://github.com/cucumber/create-meta/compare/v1.0.0...v1.1.0
127130
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
131+
128132
in alphabetical order -->
129133
[aslakhellesoy]: https://github.com/aslakhellesoy
130134
[kgeilmann]: https://github.com/kgeilmann

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>create-meta</artifactId>
12-
<version>6.0.4-SNAPSHOT</version>
12+
<version>6.0.4</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber create meta</name>
1515
<description>Produce the meta message for Cucumber-JVM</description>

javascript/package-lock.json

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

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/create-meta",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Produce the meta message for Cucumber JavaScript",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

ruby/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3
1+
6.0.4

0 commit comments

Comments
 (0)