diff --git a/package-lock.json b/package-lock.json index e3f38aaf1..1a8598c89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nightwatch", - "version": "3.8.1", + "version": "3.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nightwatch", - "version": "3.8.1", + "version": "3.9.0", "license": "MIT", "dependencies": { "@nightwatch/chai": "5.0.3", diff --git a/package.json b/package.json index 7049bb2d9..e9c2f0b15 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": "3.8.1", + "version": "3.9.0", "author": "Andrei Rusu", "homepage": "https://nightwatchjs.org", "main": "./lib/index.js",