diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bc740..a71a8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.9](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.8...v1.6.9) (2025-02-20) + + +### Bug Fixes + +* Improve error resiliency of drivers installation ([#86](https://github.com/shaka-project/karma-local-wd-launcher/issues/86)) ([6b5bf14](https://github.com/shaka-project/karma-local-wd-launcher/commit/6b5bf14be0ed07a53f3560772890c5b1b253830a)) + ## [1.6.8](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.7...v1.6.8) (2025-02-19) diff --git a/package-lock.json b/package-lock.json index 758bd06..d2ceb5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.8", + "version": "1.6.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.8", + "version": "1.6.9", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 46acef9..6509978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.8", + "version": "1.6.9", "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": {