From 66d7f06b9eeb2b4337a82a30e80de750f9d725fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:50:43 +0000 Subject: [PATCH] chore(main): release 1.6.1 --- 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 3c96ff3..e1af16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.6.1](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.0...v1.6.1) (2022-04-20) + + +### Bug Fixes + +* Fix hung launcher on shutdown of Safari ([#38](https://github.com/shaka-project/karma-local-wd-launcher/issues/38)) ([adc7898](https://github.com/shaka-project/karma-local-wd-launcher/commit/adc7898f50d7b57664b8f56734ec9730228e31a9)), closes [#24](https://github.com/shaka-project/karma-local-wd-launcher/issues/24) + ## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23) diff --git a/package-lock.json b/package-lock.json index 57ef745..aaabad3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 5ad5784..1e66280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.0", + "version": "1.6.1", "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": {