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

Commit f662b31

Browse files
v2.4.0
1 parent d0462cb commit f662b31

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.4.0
2+
3+
* feat: implement window positioning and resizing - **[@w0rse](https://github.com/w0rse)** [#46](https://github.com/groupon/webdriver-http-sync/pull/46)
4+
- [`83ff0c6`](https://github.com/groupon/webdriver-http-sync/commit/83ff0c6b6e3ba49a4e8e5bf421ca14cb9d47286e) **feat:** implement window positioning and resizing
5+
6+
17
### 2.3.0
28

39
* Implement driver click method - **[@jkrems](https://github.com/jkrems)** [#45](https://github.com/groupon/webdriver-http-sync/pull/45)

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