Skip to content

Commit 411669b

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.3.1...v8.0.0) (2024-03-25) ### ⚠ BREAKING CHANGES * calls launch app process command with devicectl via this.device.devicectl ### Features * launch WDA via devicectl object ([#870](#870)) ([090b815](090b815))
1 parent 090b815 commit 411669b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [8.0.0](https://github.com/appium/WebDriverAgent/compare/v7.3.1...v8.0.0) (2024-03-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* calls launch app process command with devicectl via this.device.devicectl
7+
8+
### Features
9+
10+
* launch WDA via devicectl object ([#870](https://github.com/appium/WebDriverAgent/issues/870)) ([090b815](https://github.com/appium/WebDriverAgent/commit/090b815ae47e1ef0e0a9842fac6828346bc38fe6))
11+
112
## [7.3.1](https://github.com/appium/WebDriverAgent/compare/v7.3.0...v7.3.1) (2024-03-24)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-webdriveragent",
3-
"version": "7.3.1",
3+
"version": "8.0.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)