Skip to content

Commit

Permalink
chore(release): v4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.0](v4.2.0...v4.3.0) (2024-05-13)

### Features

* **deps:** upgrade @cucumber/gherkin to v28 ([f814610](f814610))
  • Loading branch information
release[bot] committed May 13, 2024
1 parent de1c23b commit fb5b2a2
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
@@ -1,3 +1,10 @@
## [4.3.0](https://github.com/bencompton/jest-cucumber/compare/v4.2.0...v4.3.0) (2024-05-13)


### Features

* **deps:** upgrade @cucumber/gherkin to v28 ([f814610](https://github.com/bencompton/jest-cucumber/commit/f814610c039fe0f555e463f0bbb09c62547c9aa7))

## [4.2.0](https://github.com/bencompton/jest-cucumber/compare/v4.1.0...v4.2.0) (2024-04-18)


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.

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.2.0",
"version": "4.3.0",
"description": "Execute Gherkin scenarios in Jest",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit fb5b2a2

Please sign in to comment.