diff --git a/CHANGELOG.md b/CHANGELOG.md index afc2a0a0..2e263ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index 63cdef28..c2d02082 100644 --- a/package.json +++ b/package.json @@ -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",