Skip to content

Commit 1b97df4

Browse files
chore(release): 8.1.0 [skip ci]
## [8.1.0](v8.0.2...v8.1.0) (2024-03-26) ### Features * add updatedWDABundleIdSuffix to handle bundle id for updatedWDABundleId with usePreinstalledWDA ([#871](#871)) ([d79b624](d79b624))
1 parent d79b624 commit 1b97df4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.1.0](https://github.com/appium/WebDriverAgent/compare/v8.0.2...v8.1.0) (2024-03-26)
2+
3+
4+
### Features
5+
6+
* add updatedWDABundleIdSuffix to handle bundle id for updatedWDABundleId with usePreinstalledWDA ([#871](https://github.com/appium/WebDriverAgent/issues/871)) ([d79b624](https://github.com/appium/WebDriverAgent/commit/d79b6245966baaa57f7a1f785d7f9b4ea5a7f104))
7+
18
## [8.0.2](https://github.com/appium/WebDriverAgent/compare/v8.0.1...v8.0.2) (2024-03-26)
29

310

package.json

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

0 commit comments

Comments
 (0)