File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 9.2.0] - 2025-02-02
9
11
### Changed
10
12
- Update dependency gherkin to v31
11
13
@@ -142,7 +144,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
142
144
### Added
143
145
- First release
144
146
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
146
149
[ 9.1.0 ] : https://github.com/cucumber/gherkin-utils/compare/v9.0.1...v9.1.0
147
150
[ 9.0.1 ] : https://github.com/cucumber/gherkin-utils/compare/v9.0.0...v9.0.1
148
151
[ 9.0.0 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.6...v9.0.0
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >gherkin-utils</artifactId >
12
- <version >9.1.1-SNAPSHOT </version >
12
+ <version >9.2.0 </version >
13
13
<packaging >jar</packaging >
14
14
<name >Gherkin Utils</name >
15
15
<description >Gherkin utils for doing things such as walking a Gherkin tree or pretty printing Gherkin files.
16
16
</description >
17
17
18
18
<properties >
19
19
<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>
21
21
<maven .compiler.source>8</maven .compiler.source>
22
22
<maven .compiler.target>8</maven .compiler.target>
23
23
</properties >
26
26
<connection >scm:git:git://github.com/cucumber/gherkin-utils.git</connection >
27
27
<developerConnection >scm:git:git@github.com:cucumber/gherkin-utils.git</developerConnection >
28
28
<url >git://github.com/cucumber/gherkin-utils.git</url >
29
- <tag >HEAD </tag >
29
+ <tag >v9.2.0 </tag >
30
30
</scm >
31
31
32
32
<dependencies >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/gherkin-utils" ,
3
- "version" : " 9.1 .0" ,
3
+ "version" : " 9.2 .0" ,
4
4
"description" : " Various Gherkin utilities" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments