Skip to content

Commit 925f358

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](appium/WebDriverAgent@v5.15.8...v6.0.0) (2024-01-31) ### ⚠ BREAKING CHANGES * The /wda/tap/:uuid endpoint has been replaced by /wda/element/:uuid/tap and /wda/tap ones ### Features * Add coordinate-based APIs for gesture calls ([appium#843](appium#843)) ([feda373](appium@feda373))
1 parent feda373 commit 925f358

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+
## [6.0.0](https://github.com/appium/WebDriverAgent/compare/v5.15.8...v6.0.0) (2024-01-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The /wda/tap/:uuid endpoint has been replaced by /wda/element/:uuid/tap and /wda/tap ones
7+
8+
### Features
9+
10+
* Add coordinate-based APIs for gesture calls ([#843](https://github.com/appium/WebDriverAgent/issues/843)) ([feda373](https://github.com/appium/WebDriverAgent/commit/feda373b6147d3e87b29dceb871887c77febe76b))
11+
112
## [5.15.8](https://github.com/appium/WebDriverAgent/compare/v5.15.7...v5.15.8) (2024-01-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": "5.15.8",
3+
"version": "6.0.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)