From d6a9fbbbb0ab3c2cb7e1f853f4cede0690b1712f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:51:23 -0800 Subject: [PATCH] chore(main): release 1.6.7 (#66) 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 1cc059f..a09be91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.7](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.6...v1.6.7) (2024-02-06) + + +### Bug Fixes + +* Pick a default Edge binary location on all platforms ([#65](https://github.com/shaka-project/karma-local-wd-launcher/issues/65)) ([17069e7](https://github.com/shaka-project/karma-local-wd-launcher/commit/17069e78e612f3037509b95889d7e2563c781225)) + ## [1.6.6](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.5...v1.6.6) (2023-09-08) diff --git a/package-lock.json b/package-lock.json index 3fe25f3..ec1c5ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.6", + "version": "1.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.6", + "version": "1.6.7", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index dc14138..92cd4f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.6", + "version": "1.6.7", "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": {