diff --git a/CHANGELOG.md b/CHANGELOG.md index 536c0b7..1cc059f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.6](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.5...v1.6.6) (2023-09-08) + + +### Bug Fixes + +* Fix exception thrown when Edge executable is not found ([#62](https://github.com/shaka-project/karma-local-wd-launcher/issues/62)) ([fd3ff72](https://github.com/shaka-project/karma-local-wd-launcher/commit/fd3ff7207554411f84ff5bc5e1ac357627b172f1)) + ## [1.6.5](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.4...v1.6.5) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index 8ae6601..782a6c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index cf5f033..dc14138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "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": {