Skip to content

Commit

Permalink
Prepare release v8.0.6
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Feb 23, 2024
1 parent ae0b6f2 commit c358571
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [8.0.6] - 2024-02-23
### Fixed
- [JavaScript] Preserve trailing comments at end of file when prettying in JavaScript ([#41](https://github.com/cucumber/gherkin-utils/pull/41)).
- [JavaScript] Prevent the introduction of trailing whitespace after headings ([#34](https://github.com/cucumber/gherkin-utils/issues/34))
- [JavaScript] Fix GherkinDocumentWalker filtering of `Rules` (cucumber/react-components#136)
- [JavaScript] Fix test execution in Windows - Closes (cucumber/gherkin-utils#2)
- [Java] Fix docstring pretty formatting ([#58](https://github.com/cucumber/gherkin-utils/issues/58))
- Table formatting for full width characters ([#53](https://github.com/cucumber/gherkin-utils/pull/53))
- [Java] Fix urls in project metadata
- [Java] Fix urls in project metadata

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

[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.5...HEAD
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...HEAD
[8.0.6]: https://github.com/cucumber/gherkin-utils/compare/v8.0.5...v8.0.6
[8.0.5]: https://github.com/cucumber/gherkin-utils/compare/v8.0.4...v8.0.5
[8.0.4]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...v8.0.4
[8.0.3]: https://github.com/cucumber/gherkin-utils/compare/v8.0.2...v8.0.3
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</parent>

<artifactId>gherkin-utils</artifactId>
<version>8.0.6-SNAPSHOT</version>
<version>8.0.6</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.
</description>

<properties>
<project.Automatic-Module-Name>io.cucumber.gherkin.utils</project.Automatic-Module-Name>
<project.build.outputTimestamp>1685714387</project.build.outputTimestamp>
<project.build.outputTimestamp>1708712970</project.build.outputTimestamp>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git://github.com/cucumber/gherkin-utils.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/gherkin-utils.git</developerConnection>
<url>git://github.com/cucumber/gherkin-utils.git</url>
<tag>HEAD</tag>
<tag>v8.0.6</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.5",
"version": "8.0.6",
"description": "Various Gherkin utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit c358571

Please sign in to comment.