Skip to content

Commit

Permalink
Prepare release v9.1.0
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 859a3ad commit 4ca3b85
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.1.0] - 2025-01-22
### Changed
- Upgrade Gherkin dependency to 30.x

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

[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.0.1...HEAD
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.1.0...HEAD
[9.1.0]: https://github.com/cucumber/gherkin-utils/compare/v9.0.1...v9.1.0
[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
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.2-SNAPSHOT</version>
<version>9.1.0</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>1737560046</project.build.outputTimestamp>
<project.build.outputTimestamp>1737561714</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>v9.1.0</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.1",
"version": "9.1.0",
"description": "Various Gherkin utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 4ca3b85

Please sign in to comment.