File tree Expand file tree Collapse file tree 8 files changed +11
-9
lines changed
dotnet/CucumberExpressions Expand file tree Collapse file tree 8 files changed +11
-9
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
+ ## [ 15.0.2] - 2022-03-15
9
11
### Fixed
10
12
- Add missing ` name ` field in CommonJS package file ([ #87 ] ( https://github.com/cucumber/cucumber-expressions/pull/87 ) )
11
13
@@ -693,7 +695,8 @@ by [brasmusson](https://github.com/brasmusson))
693
695
### Added
694
696
- First stable release!
695
697
696
- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.1...HEAD
698
+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.2...HEAD
699
+ [ 15.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.1...v15.0.2
697
700
[ 15.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v15.0.0...v15.0.1
698
701
[ 15.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...v15.0.0
699
702
[ 14.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...v14.0.0
@@ -758,4 +761,3 @@ by [brasmusson](https://github.com/brasmusson))
758
761
[ 1.0.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v1.0.2...v1.0.3
759
762
[ 1.0.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v1.0.1...v1.0.2
760
763
[ 1.0.1 ] : https://github.com/cucumber/cucumber/releases/tag/v1.0.1
761
- ber/cucumber/releases/tag/v1.0.1
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Version" >
12
- <VersionNumber >15.0.1 </VersionNumber >
12
+ <VersionNumber >15.0.2 </VersionNumber >
13
13
<Version Condition =" '$(SnapshotSuffix)' != ''" >$(VersionNumber)-$(SnapshotSuffix)</Version >
14
14
<Version Condition =" '$(SnapshotSuffix)' == ''" >$(VersionNumber)</Version >
15
15
</PropertyGroup >
Original file line number Diff line number Diff line change 1
- module github.com/cucumber/cucumber-expressions/go/v15
1
+ module github.com/cucumber/cucumber-expressions/go/v15.0.2
2
2
3
3
require (
4
4
github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >cucumber-expressions</artifactId >
12
- <version >15.0.1 </version >
12
+ <version >15.0.2 </version >
13
13
<packaging >jar</packaging >
14
14
<name >Cucumber Expressions</name >
15
15
<description >Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/cucumber-expressions" ,
3
- "version" : " 15.0.1 " ,
3
+ "version" : " 15.0.2 " ,
4
4
"description" : " Cucumber Expressions - a simpler alternative to Regular Expressions" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/cjs/src/index.js" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cucumber-expressions"
3
- version = " 15.0.1 "
3
+ version = " 15.0.2 "
4
4
description = " Cucumber Expressions - a simpler alternative to Regular Expressions"
5
5
authors = [" Jason Allen <jsa34@noreply.github.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- 15.0.1
1
+ 15.0.2
You can’t perform that action at this time.
0 commit comments