diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e461dc..536c0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.5](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.4...v1.6.5) (2023-09-07) + + +### Bug Fixes + +* Work around msedgedriver 115+ bug ([#60](https://github.com/shaka-project/karma-local-wd-launcher/issues/60)) ([56a6688](https://github.com/shaka-project/karma-local-wd-launcher/commit/56a6688ae77acd2cb8ee89459a48950daa289eff)) + ## [1.6.4](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.3...v1.6.4) (2023-08-18) diff --git a/package-lock.json b/package-lock.json index e8fb56f..6aacff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.4", + "version": "1.6.5", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 62e5771..6c3a58f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.4", + "version": "1.6.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": {