Skip to content

Commit

Permalink
Release 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 24, 2021
1 parent e24f578 commit 5cbd5d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [13.1.1] - 2021-09-24
### Fixed
- Fix misc release actions

## [13.1.0] - 2021-09-24
### Added
- [JavaScript] Support for EcmaScript modules (aka ESM).
([#1743](https://github.com/cucumber/common/pull/1743))

### Changed

### Deprecated

### Fixed

### Removed

## [13.0.1] - 2021-09-15
### Changed
- Remove dependency on Node.js APIs (`util` module)
Expand Down Expand Up @@ -270,8 +266,8 @@ Use `ExpressionFactory#create_expression` instead.
### Fixed
- Allow parameter-types in escaped optional groups
([#572](https://github.com/cucumber/cucumber/pull/572),
[#561](https://github.com/cucumber/cucumber/pull/561)
[luke-hill](https://github.com/luke-hill), [jaysonesmith](https://github.com/jaysonesmith), [mpkorstanje](https://github.com/mpkorstanje))
[#561](https://github.com/cucumber/cucumber/pull/561)
[luke-hill](https://github.com/luke-hill), [jaysonesmith](https://github.com/jaysonesmith), [mpkorstanje](https://github.com/mpkorstanje))
- Prefer expression with the longest non-empty match #580
([#580](https://github.com/cucumber/cucumber/pull/580),
[#575](https://github.com/cucumber/cucumber/issues/575)
Expand Down Expand Up @@ -664,7 +660,8 @@ by [brasmusson](https://github.com/brasmusson))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...main
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...main
[13.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...v13.1.1
[13.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v13.0.1...v13.1.0
[13.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v12.1.3...v13.0.1
[12.1.3]: https://github.com/cucumber/cucumber-expressions/compare/v12.1.2...v12.1.3
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ To make these steps easier, you can use the [`changelog`](https://github.com/cuc
1. Modify the changelog:
```
changelog release $next_release -o CHANGELOG.md
# You may have to manually fix the links at the bottom due to a bug in the changelog command
```
* If you don't have `changelog` installed, do it manually:
* Under `[Unreleased]` at the top, add a new `[${version}] - ${YYYY-mm-dd}` header
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>cucumber-expressions</artifactId>
<version>13.1.0-SNAPSHOT</version>
<version>13.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cucumber Expressions</name>
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/cucumber-expressions",
"version": "13.1.0",
"version": "13.1.1",
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.1.0
13.1.1

0 comments on commit 5cbd5d8

Please sign in to comment.