Skip to content

Commit

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

### Features

* **autoBindSteps:** add a context for sharing data between stages ([fb316ca](fb316ca))
* **autBindSteps:** add the ability to load a single feature via autoBindStep ([942d31f](942d31f))
  • Loading branch information
release[bot] committed Apr 3, 2024
1 parent 6324458 commit 78019e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [4.1.0](https://github.com/bencompton/jest-cucumber/compare/v4.0.10...v4.1.0) (2024-04-03)


### Features

* **autoBindSteps:** add a context for sharing data between stages ([fb316ca](https://github.com/bencompton/jest-cucumber/commit/fb316ca23b3809a6bc09d0956f564852a30f5962))
* **autBindSteps:** add the ability to load a single feature via autoBindStep ([942d31f](https://github.com/bencompton/jest-cucumber/commit/942d31f04e24b52a4f0ca921f791a820e950d27c))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-cucumber",
"version": "4.0.10",
"version": "4.1.0",
"description": "Execute Gherkin scenarios in Jest",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit 78019e0

Please sign in to comment.