Skip to content

Commit

Permalink
v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Jun 23, 2022
1 parent 081404a commit 7a993be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v11.2.0

- Enable `*.mjs` file extension by default, when looking for step definitions.

- Add a default export to `@badeball/cypress-cucumber-preprocessor/esbuild`.

- Add examples for CJS and ESM.

## v11.1.0

- Enable test configuration overrides, such as retrability of a single scenario, fixes [#697](https://github.com/badeball/cypress-cucumber-preprocessor/issues/697).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@badeball/cypress-cucumber-preprocessor",
"version": "11.1.0",
"version": "11.2.0",
"author": "Jonas Amundsen",
"license": "MIT",
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",
Expand Down

0 comments on commit 7a993be

Please sign in to comment.