Skip to content

Commit

Permalink
chore(release): v4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.0](v4.1.0...v4.2.0) (2024-04-18)

### Features

* added runner compatibility that does not globally expose the 'describe' and 'test' methods ([f33a087](f33a087))

### Bug Fixes

* **loadFeature:** regression in loadFeature now corrected to consider global options for relative feature file loading ([938bf7c](938bf7c))
  • Loading branch information
release[bot] committed Apr 18, 2024
1 parent c32f4b0 commit 311570d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.2.0](https://github.com/bencompton/jest-cucumber/compare/v4.1.0...v4.2.0) (2024-04-18)


### Features

* added runner compatibility that does not globally expose the 'describe' and 'test' methods ([f33a087](https://github.com/bencompton/jest-cucumber/commit/f33a0870645da032c45c5c5bfa1a9b712f92b52b))


### Bug Fixes

* **loadFeature:** regression in loadFeature now corrected to consider global options for relative feature file loading ([938bf7c](https://github.com/bencompton/jest-cucumber/commit/938bf7cad93160088e3485a6af17167ef66f8b10))

## [4.1.0](https://github.com/bencompton/jest-cucumber/compare/v4.0.10...v4.1.0) (2024-04-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-cucumber",
"version": "4.1.0",
"version": "4.2.0",
"description": "Execute Gherkin scenarios in Jest",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -82,7 +82,10 @@
"testMatch": [
"**/*.{steps,test}.ts"
],
"testPathIgnorePatterns": ["/node_modules/", "examples/vitest"],
"testPathIgnorePatterns": [
"/node_modules/",
"examples/vitest"
],
"moduleFileExtensions": [
"js",
"ts",
Expand Down

0 comments on commit 311570d

Please sign in to comment.