From 9bd49d810df7e9195e364507095761daf0fe0fe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:38:07 +0300 Subject: [PATCH] chore: release 0.12.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2697ee..b5fa938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.12.0](https://github.com/dlenroc/appium-roku-driver/compare/v0.11.7...v0.12.0) (2024-06-13) + + +### ⚠ BREAKING CHANGES + +* foreground app with `activateApp` + +### Features + +* `terminateApp` command support ([ab371d3](https://github.com/dlenroc/appium-roku-driver/commit/ab371d3441f8d268dfbb05e213dfcb47f58fa27f)) +* foreground app with `activateApp` ([201bd65](https://github.com/dlenroc/appium-roku-driver/commit/201bd659df080f391493e985c7778b1b122a84ef)) +* receiving BrightScript logs via BiDi ([7da8618](https://github.com/dlenroc/appium-roku-driver/commit/7da861811c3605f4e3bd40ff35a0ade85bb4cb4b)) + + +### Bug Fixes + +* `background`/`suspended` app state detection ([66cf1fb](https://github.com/dlenroc/appium-roku-driver/commit/66cf1fbbfe9abbc8099d9909b01714ce1d7f0ed6)) +* `debugServer:<command>` execution ([ab371d3](https://github.com/dlenroc/appium-roku-driver/commit/ab371d3441f8d268dfbb05e213dfcb47f58fa27f)) +* app termination behavior ([262e5af](https://github.com/dlenroc/appium-roku-driver/commit/262e5af5bb47f382d5d8cb70a4e9092119a997cd)) + ## [0.11.7](https://github.com/dlenroc/appium-roku-driver/compare/v0.11.6...v0.11.7) (2024-05-23) diff --git a/package-lock.json b/package-lock.json index 37eb6ea..bf529e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dlenroc/appium-roku-driver", - "version": "0.11.7", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dlenroc/appium-roku-driver", - "version": "0.11.7", + "version": "0.12.0", "license": "MIT", "dependencies": { "@appium/base-driver": "^9.10.3", diff --git a/package.json b/package.json index 1b84e7b..807af16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dlenroc/appium-roku-driver", - "version": "0.11.7", + "version": "0.12.0", "description": "Appium Roku Driver", "author": "Corneliu Duplachi", "repository": "dlenroc/appium-roku-driver",