diff --git a/CHANGELOG.md b/CHANGELOG.md index e67177a..6cd06db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.2...v1.6.3) (2023-08-17) + + +### Bug Fixes + +* Update webdriver-installer to fix Chromedriver >= 115, fix M1 mac ([#55](https://github.com/shaka-project/karma-local-wd-launcher/issues/55)) ([7fc6bdc](https://github.com/shaka-project/karma-local-wd-launcher/commit/7fc6bdc45c89064268adf9919c3872c3cbe9a509)) + ## [1.6.2](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.1...v1.6.2) (2023-07-19) diff --git a/package-lock.json b/package-lock.json index 2785f47..84116e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.2", + "version": "1.6.3", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 7d8f275..4c1a761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.2", + "version": "1.6.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": {