Skip to content

Commit

Permalink
Release 13.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Sep 24, 2021
1 parent 16bc7ee commit 2f6dba0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [13.1.3] - 2021-09-24
### Fixed
- Fix release for the Go implementation

## [13.1.2] - 2021-09-24
### Fixed
- Fix release for the Go implementation
Expand Down Expand Up @@ -665,7 +669,8 @@ by [brasmusson](https://github.com/brasmusson))
### Added
- First stable release!

[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...main
[Unreleased]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.3...main
[13.1.3]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.2...v13.1.3
[13.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v13.1.1...v13.1.2
[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
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There are two parts to making a release. First, prepare the release, then make t
Anyone with permission to push to the `main` branch can prepare a release.
To make these steps easier, you can use the [`changelog`](https://github.com/cucumber/changelog) tool.

1. Make sure the CI badges in `README.md` indicate passing
1. Make sure the CI is passing
1. Decide what the next version number should be
* Look at `CHANGELOG.md` to see what has changed since the last relesase
* Use [semver](https://semver.org/) to pick a version for the next release.
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.2-SNAPSHOT</version>
<version>13.1.3-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.2",
"version": "13.1.3",
"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.2
13.1.3

0 comments on commit 2f6dba0

Please sign in to comment.