Skip to content

Commit

Permalink
Prepare release v9.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.6.0
  • Loading branch information
davidjgoss committed Jan 22, 2025
1 parent 3a427d6 commit 6b49bfd
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]

## [9.0.1] - 2025-01-22
### Fixed
- [JavaScript] Amend parse bug report URL in error message

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

[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.0.0...HEAD
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.0.1...HEAD
[9.0.1]: https://github.com/cucumber/gherkin-utils/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...v9.0.0
[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
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>9.0.1-SNAPSHOT</version>
<version>9.0.1</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>1711449979</project.build.outputTimestamp>
<project.build.outputTimestamp>1737560034</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:[email protected]:cucumber/gherkin-utils.git</developerConnection>
<url>git://github.com/cucumber/gherkin-utils.git</url>
<tag>HEAD</tag>
<tag>v9.0.1</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": "9.0.0",
"version": "9.0.1",
"description": "Various Gherkin utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 6b49bfd

Please sign in to comment.