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

Commit ddab531

Browse files
v2.5.0
1 parent e9a152c commit ddab531

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.5.0
2+
3+
* feat: implement gettings all window handles - **[@w0rse](https://github.com/w0rse)** [#48](https://github.com/groupon/webdriver-http-sync/pull/48)
4+
- [`84dd9be`](https://github.com/groupon/webdriver-http-sync/commit/84dd9be957e8a417a3ef7c513ae3f90aafb4b7ce) **feat:** implement gettings all window handles
5+
6+
17
### 2.4.1
28

39
* fix: wrong newline in methods docs - **[@w0rse](https://github.com/w0rse)** [#47](https://github.com/groupon/webdriver-http-sync/pull/47)

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