Skip to content

Commit 7fb8247

Browse files
committed
v23.2.1
The changelog refers to the parent commit, which turns out was pretty important.
1 parent 9924d2d commit 7fb8247

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v23.2.1
6+
7+
- Determine interactive mode correctly, fixes [#1323](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1323).
8+
59
## v23.2.0
610

711
- Add a flag to turn expectation errors soft. Relates to [#1313](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1313) and [#1222](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1222).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badeball/cypress-cucumber-preprocessor",
3-
"version": "23.2.0",
3+
"version": "23.2.1",
44
"author": "Jonas Amundsen",
55
"license": "MIT",
66
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",

0 commit comments

Comments
 (0)