Skip to content

Commit 7a993be

Browse files
committed
v11.2.0
1 parent 081404a commit 7a993be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## v11.2.0
6+
7+
- Enable `*.mjs` file extension by default, when looking for step definitions.
8+
9+
- Add a default export to `@badeball/cypress-cucumber-preprocessor/esbuild`.
10+
11+
- Add examples for CJS and ESM.
12+
513
## v11.1.0
614

715
- Enable test configuration overrides, such as retrability of a single scenario, fixes [#697](https://github.com/badeball/cypress-cucumber-preprocessor/issues/697).

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": "11.1.0",
3+
"version": "11.2.0",
44
"author": "Jonas Amundsen",
55
"license": "MIT",
66
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",

0 commit comments

Comments
 (0)