Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 83b4e24

Browse files
v2.2.0
1 parent cba1d66 commit 83b4e24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.2.0
2+
3+
* feat: add support for buttondown/up & moveto - **[@dbushong](https://github.com/dbushong)** [#42](https://github.com/groupon/webdriver-http-sync/pull/42)
4+
- [`35ea4ca`](https://github.com/groupon/webdriver-http-sync/commit/35ea4ca6f3fda0480925613c42d73f702e333100) **feat:** add support for buttondown/up & moveto
5+
6+
17
### 2.1.0
28

39
* Implement execute_async, async_script, timeouts methods - **[@w0rse](https://github.com/w0rse)** [#40](https://github.com/groupon/webdriver-http-sync/pull/40)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-http-sync",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Sync HTTP implementation of the WebDriver protocol",
55
"license": "BSD-3-Clause",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)