From 5fab566613521b55f1f862b923daf6ecbce80d48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:03:36 -0700 Subject: [PATCH] chore(main): release 1.6.6 (#63) :robot: I have created a release *beep* *boop* --- ## [1.6.6](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.5...v1.6.6) (2023-09-08) ### Bug Fixes * Fix exception thrown when Edge executable is not found ([#62](https://github.com/shaka-project/karma-local-wd-launcher/issues/62)) ([fd3ff72](https://github.com/shaka-project/karma-local-wd-launcher/commit/fd3ff7207554411f84ff5bc5e1ac357627b172f1)) --- 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 536c0b7..1cc059f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.6](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.5...v1.6.6) (2023-09-08) + + +### Bug Fixes + +* Fix exception thrown when Edge executable is not found ([#62](https://github.com/shaka-project/karma-local-wd-launcher/issues/62)) ([fd3ff72](https://github.com/shaka-project/karma-local-wd-launcher/commit/fd3ff7207554411f84ff5bc5e1ac357627b172f1)) + ## [1.6.5](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.4...v1.6.5) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index 8ae6601..782a6c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index cf5f033..dc14138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.5", + "version": "1.6.6", "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": {