diff --git a/package-lock.json b/package-lock.json index 0bad74a..f6350c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nightwatch/react", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nightwatch/react", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@nightwatch/esbuild-utils": "^0.2.1", diff --git a/package.json b/package.json index f0d7c4c..a208e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightwatch/react", - "version": "3.0.0", + "version": "3.1.0", "description": "Nightwatch plugin which adds support for React component testing using the Vite dev server. Requires Nightwatch 2.0+", "main": "index.js", "scripts": {