Skip to content

Commit 414b319

Browse files
committed
Prepare release v8.0.3
Created-by: polyglot-release v1.3.2
1 parent 3544cfa commit 414b319

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [8.0.3] - 2023-05-11
911
### Fixed
1012
- Walk comments in `walkGherkinDocument`
1113
- Pretty print comments in `pretty`
@@ -103,7 +105,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
103105
### Added
104106
- First release
105107

106-
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.2...main
108+
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...main
109+
[8.0.3]: https://github.com/cucumber/gherkin-utils/compare/v8.0.2...main
107110
[8.0.2]: https://github.com/cucumber/gherkin-utils/compare/v8.0.1...main
108111
[8.0.1]: https://github.com/cucumber/gherkin-utils/compare/v8.0.0...v8.0.1
109112
[8.0.0]: https://github.com/cucumber/gherkin-utils/compare/v7.0.0...v8.0.0

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>gherkin-utils</artifactId>
12-
<version>8.0.3-SNAPSHOT</version>
12+
<version>8.0.3</version>
1313
<packaging>jar</packaging>
1414
<name>Gherkin Utils</name>
1515
<description>Gherkin utils for doing things such as walking a Gherkin tree or pretty printing Gherkin files.
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<project.Automatic-Module-Name>io.cucumber.gherkin.utils</project.Automatic-Module-Name>
21-
<project.build.outputTimestamp>1669049429</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>1683815155</project.build.outputTimestamp>
2222
<maven.compiler.source>8</maven.compiler.source>
2323
<maven.compiler.target>8</maven.compiler.target>
2424
</properties>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git://github.com/cucumber/common.git</connection>
2828
<developerConnection>scm:git:git@github.com:cucumber/common.git</developerConnection>
2929
<url>git://github.com/cucumber/common.git</url>
30-
<tag>HEAD</tag>
30+
<tag>v8.0.3</tag>
3131
</scm>
3232

3333
<dependencies>

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/gherkin-utils",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Various Gherkin utilities",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)