Skip to content

Commit

Permalink
Bump JS to 2.43.5 for fix to issue 7905.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Sep 18, 2014
1 parent 5fbcfb5 commit 5c7b721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.43.5

* FIXED: 7905: `Builder.usingServer(url)` once again returns `this` for
chaining.

## v2.43.2-4

* No changes; version bumps while attempting to work around an issue with
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "2.43.4",
"version": "2.43.5",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
Expand Down

0 comments on commit 5c7b721

Please sign in to comment.