We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc226c0 commit 2139de3Copy full SHA for 2139de3
java/pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>cucumber-expressions</artifactId>
12
- <version>13.0.2-SNAPSHOT</version>
+ <version>13.1.0-SNAPSHOT</version>
13
<packaging>jar</packaging>
14
<name>Cucumber Expressions</name>
15
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>
javascript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cucumber/cucumber-expressions",
3
- "version": "13.0.1",
+ "version": "13.1.0",
4
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
5
"type": "module",
6
"main": "dist/cjs/src/index.js",
ruby/VERSION
@@ -1 +1 @@
-13.0.1
+13.1.0
0 commit comments