Skip to content

Commit

Permalink
Prepare release v8.0.4
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
xeger committed May 25, 2023
1 parent 43fb713 commit 4bba96d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [8.0.4] - 2023-05-25
### Changed
- [Java] Improve prettyPrint of comments, courtesy of @blacelle

Expand Down Expand Up @@ -107,7 +109,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
### Added
- First release

[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...main
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.4...main
[8.0.4]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...main
[8.0.3]: https://github.com/cucumber/gherkin-utils/compare/v8.0.2...main
[8.0.2]: https://github.com/cucumber/gherkin-utils/compare/v8.0.1...main
[8.0.1]: https://github.com/cucumber/gherkin-utils/compare/v8.0.0...v8.0.1
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>gherkin-utils</artifactId>
<version>8.0.4-SNAPSHOT</version>
<version>8.0.4</version>
<packaging>jar</packaging>
<name>Gherkin Utils</name>
<description>Gherkin utils for doing things such as walking a Gherkin tree or pretty printing Gherkin files.
Expand All @@ -18,7 +18,7 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.gherkin.utils</project.Automatic-Module-Name>
<project.build.outputTimestamp>1683815160</project.build.outputTimestamp>
<project.build.outputTimestamp>1685027417</project.build.outputTimestamp>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:git://github.com/cucumber/common.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/common.git</developerConnection>
<url>git://github.com/cucumber/common.git</url>
<tag>HEAD</tag>
<tag>v8.0.4</tag>
</scm>

<dependencies>
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/gherkin-utils",
"version": "8.0.3",
"version": "8.0.4",
"description": "Various Gherkin utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 4bba96d

Please sign in to comment.