diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e85f1..27cf91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.4.3](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.2...v1.4.3) (2022-02-28) + + +### Bug Fixes + +* Fix compatibility, browser launcher detection in shaka-player ([#29](https://github.com/shaka-project/karma-local-wd-launcher/issues/29)) ([9783318](https://github.com/shaka-project/karma-local-wd-launcher/commit/978331821148bcf25e1be7c60ca16460ac40eeeb)), closes [#23](https://github.com/shaka-project/karma-local-wd-launcher/issues/23) + ### [1.4.2](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.1...v1.4.2) (2022-02-18) diff --git a/package-lock.json b/package-lock.json index caf6701..66c105d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.4.2", + "version": "1.4.3", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 26ea4c1..31df7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.2", + "version": "1.4.3", "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": {