diff --git a/CHANGELOG.md b/CHANGELOG.md index 399aaea..0fd1009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [1.2.2](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.1...v1.2.2) (2022-02-03) + +* Dummy release to test CI changes ([f1fe277](https://github.com/joeyparrish/karma-local-wd-launcher/commit/f1fe277a3ce07024b570475067922683b02e6fb8)) + + ### [1.2.1](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.0...v1.2.1) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index 98ebb85..bc81976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 8e5f33b..8e7c56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.1", + "version": "1.2.2", "description": "Karma Local WebDriver Launcher - Launches local web browsers using WebDriver, to enable screenshots and other advanced tests to be executed in-browser.", "main": "index.js", "repository": {