Skip to content

Commit

Permalink
chore: release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 14, 2024
1 parent 262e5af commit 9bd49d8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9bd49d8

Please sign in to comment.