Skip to content

Commit 99b468a

Browse files
committed
chore(release): v4.4.0 [skip ci]
## [4.4.0](v4.3.0...v4.4.0) (2024-05-15) ### Features * add basic done callback compatibility in steps ([91dc81c](91dc81c))
1 parent 793a056 commit 99b468a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.0](https://github.com/bencompton/jest-cucumber/compare/v4.3.0...v4.4.0) (2024-05-15)
2+
3+
4+
### Features
5+
6+
* add basic done callback compatibility in steps ([91dc81c](https://github.com/bencompton/jest-cucumber/commit/91dc81c8d1cf2be620710e8a2502ef7e0f7f7c5d))
7+
18
## [4.3.0](https://github.com/bencompton/jest-cucumber/compare/v4.2.0...v4.3.0) (2024-05-13)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-cucumber",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Execute Gherkin scenarios in Jest",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)