From 20c981613804fc253e80c3b52eb0f6fb6994522d Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Fri, 22 Dec 2023 21:04:56 +0530 Subject: [PATCH] 3.3.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 33ccb65..180c572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-nightwatch", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-nightwatch", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "dependencies": { "@nightwatch/setup-tools": "^3.1.1", diff --git a/package.json b/package.json index 23b523e..083081a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nightwatch", - "version": "3.2.1", + "version": "3.3.0", "description": "Nightwatch.js init command tool to setup everything up in no time using `npm init nightwatch`", "main": "index.js", "bin": {