From 90c3bdd07c1dc1276a24a5175e425e0c7beb4a54 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Thu, 16 May 2024 20:45:55 +0530 Subject: [PATCH] v3.4.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 a04c6d2..8bffd3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nightwatch/setup-tools", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nightwatch/setup-tools", - "version": "3.3.1", + "version": "3.4.0", "license": "MIT", "dependencies": { "@nightwatch/mobile-helper": "^0.1.13", diff --git a/package.json b/package.json index 0e7cd7b..9f624d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightwatch/setup-tools", - "version": "3.3.1", + "version": "3.4.0", "description": "Package containing Nightwatch setup utilities", "main": "dist/index.js", "typings": "dist/index.d.ts",