From e9c7317ab46d5cf40cb25109ab8167e5de9760cf Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Mon, 14 Aug 2023 12:32:31 +0100 Subject: [PATCH] 3.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {