@@ -7,19 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 13.1.1] - 2021-09-24
11
+ ### Fixed
12
+ - Fix misc release actions
13
+
10
14
## [ 13.1.0] - 2021-09-24
11
15
### Added
12
16
- [ JavaScript] Support for EcmaScript modules (aka ESM).
13
17
([ #1743 ] ( https://github.com/cucumber/common/pull/1743 ) )
14
18
15
- ### Changed
16
-
17
- ### Deprecated
18
-
19
- ### Fixed
20
-
21
- ### Removed
22
-
23
19
## [ 13.0.1] - 2021-09-15
24
20
### Changed
25
21
- Remove dependency on Node.js APIs (` util ` module)
@@ -270,8 +266,8 @@ Use `ExpressionFactory#create_expression` instead.
270
266
### Fixed
271
267
- Allow parameter-types in escaped optional groups
272
268
([ #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 ) )
275
271
- Prefer expression with the longest non-empty match #580
276
272
([ #580 ] ( https://github.com/cucumber/cucumber/pull/580 ) ,
277
273
[ #575 ] ( https://github.com/cucumber/cucumber/issues/575 )
@@ -664,7 +660,8 @@ by [brasmusson](https://github.com/brasmusson))
664
660
### Added
665
661
- First stable release!
666
662
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
668
665
[ 13.1.0 ] : https://github.com/cucumber/cucumber-expressions/compare/v13.0.1...v13.1.0
669
666
[ 13.0.1 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.1.3...v13.0.1
670
667
[ 12.1.3 ] : https://github.com/cucumber/cucumber-expressions/compare/v12.1.2...v12.1.3
0 commit comments