Skip to content

Commit c358571

Browse files
committed
Prepare release v8.0.6
Created-by: polyglot-release v1.3.2
1 parent ae0b6f2 commit c358571

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ 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.6] - 2024-02-23
911
### Fixed
1012
- [JavaScript] Preserve trailing comments at end of file when prettying in JavaScript ([#41](https://github.com/cucumber/gherkin-utils/pull/41)).
1113
- [JavaScript] Prevent the introduction of trailing whitespace after headings ([#34](https://github.com/cucumber/gherkin-utils/issues/34))
1214
- [JavaScript] Fix GherkinDocumentWalker filtering of `Rules` (cucumber/react-components#136)
1315
- [JavaScript] Fix test execution in Windows - Closes (cucumber/gherkin-utils#2)
1416
- [Java] Fix docstring pretty formatting ([#58](https://github.com/cucumber/gherkin-utils/issues/58))
1517
- Table formatting for full width characters ([#53](https://github.com/cucumber/gherkin-utils/pull/53))
16-
- [Java] Fix urls in project metadata
18+
- [Java] Fix urls in project metadata
1719

1820
## [8.0.5] - 2023-06-02
1921
### Changed
@@ -123,7 +125,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
123125
### Added
124126
- First release
125127

126-
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.5...HEAD
128+
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...HEAD
129+
[8.0.6]: https://github.com/cucumber/gherkin-utils/compare/v8.0.5...v8.0.6
127130
[8.0.5]: https://github.com/cucumber/gherkin-utils/compare/v8.0.4...v8.0.5
128131
[8.0.4]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...v8.0.4
129132
[8.0.3]: https://github.com/cucumber/gherkin-utils/compare/v8.0.2...v8.0.3

java/pom.xml

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

1111
<artifactId>gherkin-utils</artifactId>
12-
<version>8.0.6-SNAPSHOT</version>
12+
<version>8.0.6</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.
1616
</description>
1717

1818
<properties>
1919
<project.Automatic-Module-Name>io.cucumber.gherkin.utils</project.Automatic-Module-Name>
20-
<project.build.outputTimestamp>1685714387</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1708712970</project.build.outputTimestamp>
2121
<maven.compiler.source>8</maven.compiler.source>
2222
<maven.compiler.target>8</maven.compiler.target>
2323
</properties>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git://github.com/cucumber/gherkin-utils.git</connection>
2727
<developerConnection>scm:git:git@github.com:cucumber/gherkin-utils.git</developerConnection>
2828
<url>git://github.com/cucumber/gherkin-utils.git</url>
29-
<tag>HEAD</tag>
29+
<tag>v8.0.6</tag>
3030
</scm>
3131

3232
<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.5",
3+
"version": "8.0.6",
44
"description": "Various Gherkin utilities",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)