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

Commit 8df40e5

Browse files
v2.1.0
1 parent a1a84fb commit 8df40e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.1.0
2+
3+
* Implement execute_async, async_script, timeouts methods - **[@w0rse](https://github.com/w0rse)** [#40](https://github.com/groupon/webdriver-http-sync/pull/40)
4+
- [`3520539`](https://github.com/groupon/webdriver-http-sync/commit/35205398efef9e238b67de35c3a8586c43572f6b) **feat:** Implement execute_async and async_script methods
5+
- [`111cb0e`](https://github.com/groupon/webdriver-http-sync/commit/111cb0e6d4d8460b5c68becdce23db0ec1db8610) **feat:** Implement timeouts method
6+
7+
18
### 2.0.3
29

310
* Include native code in package - **[@jkrems](https://github.com/jkrems)** [#39](https://github.com/groupon/webdriver-http-sync/pull/39)

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.0.3",
3+
"version": "2.1.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)