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

Commit d9b86ed

Browse files
v2.3.0
1 parent f55ff40 commit d9b86ed

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.3.0
2+
3+
* Implement driver click method - **[@jkrems](https://github.com/jkrems)** [#45](https://github.com/groupon/webdriver-http-sync/pull/45)
4+
- [`ce724b6`](https://github.com/groupon/webdriver-http-sync/commit/ce724b639fbe978cc8afa3325580ff9db5fbd625) **feat:** implement driver click method
5+
- [`51ac055`](https://github.com/groupon/webdriver-http-sync/commit/51ac055fbb2c8dc893bd7eee7f8cd6c21c57a325) **chore:** Check in new compiled version
6+
7+
18
### 2.2.1
29

310
* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#41](https://github.com/groupon/webdriver-http-sync/pull/41)

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