diff --git a/CHANGELOG.md b/CHANGELOG.md index 716a92f..a2d3bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.2.5](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.4...v1.2.5) (2022-02-03) + + +### Bug Fixes + +* Append .exe to driver names on Windows ([c6e512f](https://github.com/joeyparrish/karma-local-wd-launcher/commit/c6e512f1ed80760c7c70eb0f97234857bce70f7a)) +* Fix env variable corruption ([57cd5da](https://github.com/joeyparrish/karma-local-wd-launcher/commit/57cd5da4c42274abfb95078420ed92e6003eeebf)) + ### [1.2.4](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.3...v1.2.4) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index 3864563..698c1b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.2.4", + "version": "1.2.5", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 5816625..631a9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.4", + "version": "1.2.5", "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": {