Skip to content

Commit 5c7b721

Browse files
committed
Bump JS to 2.43.5 for fix to issue 7905.
1 parent 5fbcfb5 commit 5c7b721

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.43.5
2+
3+
* FIXED: 7905: `Builder.usingServer(url)` once again returns `this` for
4+
chaining.
5+
16
## v2.43.2-4
27

38
* No changes; version bumps while attempting to work around an issue with

javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.43.4",
3+
"version": "2.43.5",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)