diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b98d44..399aaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.1](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.0...v1.2.1) (2022-02-03) + + +### Bug Fixes + +* Fix browser name to MSEdge to match Selenium grid ([e72c8ed](https://github.com/joeyparrish/karma-local-wd-launcher/commit/e72c8ed08518214b256a0d325c62f1ef2c38dce8)) + ## [1.2.0](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.1.1...v1.2.0) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index f06d497..98ebb85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 98842a9..8e5f33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.2.0", + "version": "1.2.1", "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": {