File tree Expand file tree Collapse file tree 6 files changed +8
-26
lines changed Expand file tree Collapse file tree 6 files changed +8
-26
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
+ ## [ 14.0.0] - 2021-10-12
9
11
### Changed
10
12
- TypeScript: ` Group#value ` can no longer be ` undefined ` ([ #16 ] ( https://github.com/cucumber/cucumber-expressions/pull/16 ) )
11
13
- TypeScript: ` Argument ` is no longer generic ([ #16 ] ( https://github.com/cucumber/cucumber-expressions/pull/16 ) )
@@ -673,7 +675,8 @@ by [brasmusson](https://github.com/brasmusson))
673
675
### Added
674
676
- First stable release!
675
677
676
- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...main
678
+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v14.0.0...main
679
+ [ 14.0.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...v14.0.0
677
680
[ 13.1.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...v13.1.3
678
681
[ 13.1.2 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...v13.1.2
679
682
[ 13.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...v13.1.1
Original file line number Diff line number Diff line change 1
- module github.com/cucumber/cucumber-expressions/go/v13
1
+ module github.com/cucumber/cucumber-expressions/go/v14
2
2
3
3
require (
4
4
github.com/davecgh/go-spew v1.1.1 // indirect
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >cucumber-expressions</artifactId >
12
- <version >13.1.3 -SNAPSHOT</version >
12
+ <version >14.0.0 -SNAPSHOT</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" : " 13.1.3 " ,
3
+ "version" : " 14.0.0 " ,
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
- 13.1.3
1
+ 14.0.0
You can’t perform that action at this time.
0 commit comments