File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ 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.6] - 2024-02-23
9
11
### Fixed
10
12
- [ JavaScript] Preserve trailing comments at end of file when prettying in JavaScript ([ #41 ] ( https://github.com/cucumber/gherkin-utils/pull/41 ) ).
11
13
- [ JavaScript] Prevent the introduction of trailing whitespace after headings ([ #34 ] ( https://github.com/cucumber/gherkin-utils/issues/34 ) )
12
14
- [ JavaScript] Fix GherkinDocumentWalker filtering of ` Rules ` (cucumber/react-components #136 )
13
15
- [ JavaScript] Fix test execution in Windows - Closes (cucumber/gherkin-utils #2 )
14
16
- [ Java] Fix docstring pretty formatting ([ #58 ] ( https://github.com/cucumber/gherkin-utils/issues/58 ) )
15
17
- Table formatting for full width characters ([ #53 ] ( https://github.com/cucumber/gherkin-utils/pull/53 ) )
16
- - [ Java] Fix urls in project metadata
18
+ - [ Java] Fix urls in project metadata
17
19
18
20
## [ 8.0.5] - 2023-06-02
19
21
### Changed
@@ -123,7 +125,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage.
123
125
### Added
124
126
- First release
125
127
126
- [ Unreleased ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.5...HEAD
128
+ [ Unreleased ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.6...HEAD
129
+ [ 8.0.6 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.5...v8.0.6
127
130
[ 8.0.5 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.4...v8.0.5
128
131
[ 8.0.4 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.3...v8.0.4
129
132
[ 8.0.3 ] : https://github.com/cucumber/gherkin-utils/compare/v8.0.2...v8.0.3
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.6-SNAPSHOT </version >
12
+ <version >8.0.6</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>1685714387 </project .build.outputTimestamp>
20
+ <project .build.outputTimestamp>1708712970 </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 >v8.0.6 </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" : " 8.0.5 " ,
3
+ "version" : " 8.0.6 " ,
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