From 4e6e745b2d15d8c713012e679132b2c367b14724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:27:52 -0800 Subject: [PATCH] chore(main): release 1.5.0 (#34) 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 27cf91e..004f4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.3...v1.5.0) (2022-03-10) + + +### Features + +* Add Safari Technology Preview, iOS and iPadOS with simulators ([#33](https://github.com/shaka-project/karma-local-wd-launcher/issues/33)) ([3af8414](https://github.com/shaka-project/karma-local-wd-launcher/commit/3af8414ae37f93751b2090a98801f75b153d95e0)) + ### [1.4.3](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.2...v1.4.3) (2022-02-28) diff --git a/package-lock.json b/package-lock.json index 66c105d..d5bd125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.4.3", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 31df7c8..4095fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.4.3", + "version": "1.5.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": {