Skip to content

Commit 00f1c40

Browse files
committed
Prepare release v9.2.0
Created-by: polyglot-release v1.6.0
1 parent 6c65f15 commit 00f1c40

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+
## [9.2.0] - 2025-02-02
911
### Changed
1012
- Update dependency gherkin to v31
1113

@@ -142,7 +144,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
142144
### Added
143145
- First release
144146

145-
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.1.0...HEAD
147+
[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.2.0...HEAD
148+
[9.2.0]: https://github.com/cucumber/gherkin-utils/compare/v9.1.0...v9.2.0
146149
[9.1.0]: https://github.com/cucumber/gherkin-utils/compare/v9.0.1...v9.1.0
147150
[9.0.1]: https://github.com/cucumber/gherkin-utils/compare/v9.0.0...v9.0.1
148151
[9.0.0]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...v9.0.0

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>9.1.1-SNAPSHOT</version>
12+
<version>9.2.0</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>1737561724</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1738524037</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>v9.2.0</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": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Various Gherkin utilities",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)