From 30a3c18425066f158b5f23458fb303c0b5213617 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 19:55:43 -0800 Subject: [PATCH] chore(main): release 1.4.2 (#26) 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 072c571..2ae3c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.4.2](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.4.1...v1.4.2) (2022-02-18) + + +### Bug Fixes + +* Fix unlinking existing binaries ([#25](https://github.com/joeyparrish/karma-local-wd-launcher/issues/25)) ([cd8a561](https://github.com/joeyparrish/karma-local-wd-launcher/commit/cd8a56173ba6e0c42d6c61eb38ea7d35848b7c3e)) + ### [1.4.1](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.4.0...v1.4.1) (2022-02-11) diff --git a/package-lock.json b/package-lock.json index 668c7f0..caf6701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index b1981f5..7bfaa33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.1", + "version": "1.4.2", "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": {