From 51f567d187251e3265122742033640a0fa1ca47b Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Thu, 29 Dec 2022 12:46:04 +0100 Subject: [PATCH] 2.6.3 --- 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 fe127f1378..95309d61f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nightwatch", - "version": "2.6.2", + "version": "2.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nightwatch", - "version": "2.6.2", + "version": "2.6.3", "license": "MIT", "dependencies": { "@nightwatch/chai": "5.0.2", diff --git a/package.json b/package.json index 4c29debec4..951e73ed21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nightwatch", "description": "Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.", - "version": "2.6.2", + "version": "2.6.3", "author": "Andrei Rusu", "homepage": "https://nightwatchjs.org", "main": "./lib/index.js",