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
+ ## [ 8.0.3] - 2023-05-11
9
11
### Fixed
10
12
- Walk comments in ` walkGherkinDocument `
11
13
- Pretty print comments in ` pretty `
@@ -103,7 +105,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
103
105
### Added
104
106
- First release
105
107
106
- [ Unreleased ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.2...main
108
+ [ Unreleased ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.3...main
109
+ [ 8.0.3 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.2...main
107
110
[ 8.0.2 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.1...main
108
111
[ 8.0.1 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.0...v8.0.1
109
112
[ 8.0.0 ] : https://github.com/cucumber/gherkin-utils/compare/v7.0.0...v8.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 >8.0.3-SNAPSHOT </version >
12
+ <version >8.0.3</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.
18
18
19
19
<properties >
20
20
<project .Automatic-Module-Name>io.cucumber.gherkin.utils</project .Automatic-Module-Name>
21
- <project .build.outputTimestamp>1669049429 </project .build.outputTimestamp>
21
+ <project .build.outputTimestamp>1683815155 </project .build.outputTimestamp>
22
22
<maven .compiler.source>8</maven .compiler.source>
23
23
<maven .compiler.target>8</maven .compiler.target>
24
24
</properties >
27
27
<connection >scm:git:git://github.com/cucumber/common.git</connection >
28
28
<developerConnection >scm:git:git@github.com:cucumber/common.git</developerConnection >
29
29
<url >git://github.com/cucumber/common.git</url >
30
- <tag >HEAD </tag >
30
+ <tag >v8.0.3 </tag >
31
31
</scm >
32
32
33
33
<dependencies >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/gherkin-utils" ,
3
- "version" : " 8.0.2 " ,
3
+ "version" : " 8.0.3 " ,
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