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 43adbab commit 9114576Copy full SHA for 9114576
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v13.1.0
6
+
7
+- Better support for worlds in TypeScript, fixes [#864](https://github.com/badeball/cypress-cucumber-preprocessor/issues/864).
8
9
+- Extended documentation, particularly in regards to pairing step definitions.
10
11
## v13.0.3
12
13
- Performance improvements to diagnostics.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@badeball/cypress-cucumber-preprocessor",
- "version": "13.0.3",
+ "version": "13.1.0",
"author": "Jonas Amundsen",
"license": "MIT",
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",
0 commit comments