From 8a1890e7c2d36cff1f505f1f5f85890534e75583 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:21:47 -0700 Subject: [PATCH] chore(main): release 1.6.2 (#52) :robot: I have created a release *beep* *boop* --- ## [1.6.2](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.1...v1.6.2) (2023-07-19) ### Bug Fixes * Fix ChromeHeadless in Docker ([#51](https://github.com/shaka-project/karma-local-wd-launcher/issues/51)) ([a487e6d](https://github.com/shaka-project/karma-local-wd-launcher/commit/a487e6de37ebeac009e17619a5e48aa2e439e9d0)) * Fix clobbering of arguments in custom configurations ([#50](https://github.com/shaka-project/karma-local-wd-launcher/issues/50)) ([43ce270](https://github.com/shaka-project/karma-local-wd-launcher/commit/43ce27057eb0b86b5659f8eb49a50e1752d33d4a)) * Fix failure when drivers lag behind browser ([#53](https://github.com/shaka-project/karma-local-wd-launcher/issues/53)) ([14cf6c3](https://github.com/shaka-project/karma-local-wd-launcher/commit/14cf6c3ff1f4fcf62518590a246e355ed6c882de)) --- 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 | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a61c0..e67177a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.6.2](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.1...v1.6.2) (2023-07-19) + + +### Bug Fixes + +* Fix ChromeHeadless in Docker ([#51](https://github.com/shaka-project/karma-local-wd-launcher/issues/51)) ([a487e6d](https://github.com/shaka-project/karma-local-wd-launcher/commit/a487e6de37ebeac009e17619a5e48aa2e439e9d0)) +* Fix clobbering of arguments in custom configurations ([#50](https://github.com/shaka-project/karma-local-wd-launcher/issues/50)) ([43ce270](https://github.com/shaka-project/karma-local-wd-launcher/commit/43ce27057eb0b86b5659f8eb49a50e1752d33d4a)) +* Fix failure when drivers lag behind browser ([#53](https://github.com/shaka-project/karma-local-wd-launcher/issues/53)) ([14cf6c3](https://github.com/shaka-project/karma-local-wd-launcher/commit/14cf6c3ff1f4fcf62518590a246e355ed6c882de)) + ### [1.6.1](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.0...v1.6.1) (2022-04-21) diff --git a/package-lock.json b/package-lock.json index 7460762..33aa7b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.1", + "version": "1.6.2", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index bcbcdd4..ea0c372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.1", + "version": "1.6.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": {