Skip to content

Commit 865fa5c

Browse files
committed
chore(release): v4.5.0 [skip ci]
## [4.5.0](v4.4.0...v4.5.0) (2024-07-25) ### Features * expose Options, ErrorOptions, ScenarioNameTemplateVars from configuration ([6a9a8c3](6a9a8c3))
1 parent 7ad6e9d commit 865fa5c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.5.0](https://github.com/bencompton/jest-cucumber/compare/v4.4.0...v4.5.0) (2024-07-25)
2+
3+
### Features
4+
5+
* expose Options, ErrorOptions, ScenarioNameTemplateVars from configuration ([6a9a8c3](https://github.com/bencompton/jest-cucumber/commit/6a9a8c36c409d24d62e68f164bd439ddd87aa362))
6+
17
## [4.4.0](https://github.com/bencompton/jest-cucumber/compare/v4.3.0...v4.4.0) (2024-05-15)
28

39

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.4.0",
3+
"version": "4.5.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)