Skip to content

Commit 2f6dba0

Browse files
Release 13.1.3
1 parent 16bc7ee commit 2f6dba0

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [13.1.3] - 2021-09-24
11+
### Fixed
12+
- Fix release for the Go implementation
13+
1014
## [13.1.2] - 2021-09-24
1115
### Fixed
1216
- Fix release for the Go implementation
@@ -665,7 +669,8 @@ by [brasmusson](https://github.com/brasmusson))
665669
### Added
666670
- First stable release!
667671

668-
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...main
672+
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...main
673+
[13.1.3]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...v13.1.3
669674
[13.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...v13.1.2
670675
[13.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.0...v13.1.1
671676
[13.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v13.0.1...v13.1.0

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are two parts to making a release. First, prepare the release, then make t
77
Anyone with permission to push to the `main` branch can prepare a release.
88
To make these steps easier, you can use the [`changelog`](https://github.com/cucumber/changelog) tool.
99

10-
1. Make sure the CI badges in `README.md` indicate passing
10+
1. Make sure the CI is passing
1111
1. Decide what the next version number should be
1212
* Look at `CHANGELOG.md` to see what has changed since the last relesase
1313
* Use [semver](https://semver.org/) to pick a version for the next release.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>cucumber-expressions</artifactId>
12-
<version>13.1.2-SNAPSHOT</version>
12+
<version>13.1.3-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber Expressions</name>
1515
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/cucumber-expressions",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.1.2
1+
13.1.3

0 commit comments

Comments
 (0)