From 715e3c0dabc25a9593a7ef9e472a3356fa5b5aac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 18:47:53 +0000 Subject: [PATCH] chore(main): release 1.6.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd06db..5e461dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.4](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.3...v1.6.4) (2023-08-18) + + +### Bug Fixes + +* Update webdriver-installer to fix Edge >= 115 ([#57](https://github.com/shaka-project/karma-local-wd-launcher/issues/57)) ([e39448c](https://github.com/shaka-project/karma-local-wd-launcher/commit/e39448cce285f2cc28ce3793f3b003cf6d83dd22)) + ## [1.6.3](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.2...v1.6.3) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 761db2d..3d09840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.3", + "version": "1.6.4", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 56fa4ac..e03e756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.3", + "version": "1.6.4", "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": {