diff --git a/package-lock.json b/package-lock.json index 3f1a1fe..42bbbf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-automation-tools", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-automation-tools", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "devDependencies": { "eslint": "^8.52.0" diff --git a/package.json b/package.json index b79ef03..5601fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-automation-tools", - "version": "1.6.0", + "version": "1.7.0", "description": "A collection of scripts for JavaScript test automation", "main": "index.js", "engines": {