Skip to content

Commit 31b5b9d

Browse files
chore(release): 8.2.0 [skip ci]
## [8.2.0](v8.1.0...v8.2.0) (2024-03-28) ### Features * Add a capability to customize the default state change timeout on app startup ([#877](#877)) ([98351c3](98351c3))
1 parent 98351c3 commit 31b5b9d

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.2.0](https://github.com/appium/WebDriverAgent/compare/v8.1.0...v8.2.0) (2024-03-28)
2+
3+
4+
### Features
5+
6+
* Add a capability to customize the default state change timeout on app startup ([#877](https://github.com/appium/WebDriverAgent/issues/877)) ([98351c3](https://github.com/appium/WebDriverAgent/commit/98351c358367e67e63701612fd3702d53437e12e))
7+
18
## [8.1.0](https://github.com/appium/WebDriverAgent/compare/v8.0.2...v8.1.0) (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.1.0",
3+
"version": "8.2.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)