From 3e5e11ba97413c3e6f1ec204a99ac944dd7e1489 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 15:54:48 -0700 Subject: [PATCH] chore(main): release 1.6.0 (#36) :robot: I have created a release *beep* *boop* --- ## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23) ### Features * Customize WebDriver config in custom launcher ([#35](https://github.com/shaka-project/karma-local-wd-launcher/issues/35)) ([c8fe569](https://github.com/shaka-project/karma-local-wd-launcher/commit/c8fe5696c87b8166c802945c3f2dec6ee67b5cee)) --- 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 004f4e8..3c96ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23) + + +### Features + +* Customize WebDriver config in custom launcher ([#35](https://github.com/shaka-project/karma-local-wd-launcher/issues/35)) ([c8fe569](https://github.com/shaka-project/karma-local-wd-launcher/commit/c8fe5696c87b8166c802945c3f2dec6ee67b5cee)) + ## [1.5.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.3...v1.5.0) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index d5bd125..3e39885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 4095fad..5ad5784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.0", "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": {