@@ -7,19 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 13.1.1] - 2021-09-24
11+ ### Fixed
12+ - Fix misc release actions
13+
1014## [ 13.1.0] - 2021-09-24
1115### Added
1216- [ JavaScript] Support for EcmaScript modules (aka ESM).
1317([ #1743 ] ( https://github.com/cucumber/common/pull/1743 ) )
1418
15- ### Changed
16-
17- ### Deprecated
18-
19- ### Fixed
20-
21- ### Removed
22-
2319## [ 13.0.1] - 2021-09-15
2420### Changed
2521- Remove dependency on Node.js APIs (` util ` module)
@@ -270,8 +266,8 @@ Use `ExpressionFactory#create_expression` instead.
270266### Fixed
271267- Allow parameter-types in escaped optional groups
272268([ #572 ] ( https://github.com/cucumber/cucumber/pull/572 ) ,
273- [ #561 ] ( https://github.com/cucumber/cucumber/pull/561 )
274- [ luke-hill] ( https://github.com/luke-hill ) , [ jaysonesmith] ( https://github.com/jaysonesmith ) , [ mpkorstanje] ( https://github.com/mpkorstanje ) )
269+ [ #561 ] ( https://github.com/cucumber/cucumber/pull/561 )
270+ [ luke-hill] ( https://github.com/luke-hill ) , [ jaysonesmith] ( https://github.com/jaysonesmith ) , [ mpkorstanje] ( https://github.com/mpkorstanje ) )
275271- Prefer expression with the longest non-empty match #580
276272([ #580 ] ( https://github.com/cucumber/cucumber/pull/580 ) ,
277273[ #575 ] ( https://github.com/cucumber/cucumber/issues/575 )
@@ -664,7 +660,8 @@ by [brasmusson](https://github.com/brasmusson))
664660### Added
665661- First stable release!
666662
667- [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...main
663+ [ Unreleased ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...main
664+ [ 13.1.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...v13.1.1
668665[ 13.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.0.1...v13.1.0
669666[ 13.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.1.3...v13.0.1
670667[ 12.1.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.1.2...v12.1.3
0 commit comments