From db796b9a7d7d34a9cae972a5c4ffb438c5210234 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:57:49 -0700 Subject: [PATCH] chore(main): release 1.6.5 (#61) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 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": {