From 8f006f6153b5bd0c3cd9759b2957dfba79a1365d Mon Sep 17 00:00:00 2001 From: Ben Compton <3343482+bencompton@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:56:10 -0600 Subject: [PATCH] Release 4.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae5487e..0eb679c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-cucumber", - "version": "4.0.5", + "version": "4.0.6", "description": "Execute Gherkin scenarios in Jest", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",