Skip to content

Commit

Permalink
Bump JS version to 2.43.4. For versions 2.43.1-3, the npm registry was
Browse files Browse the repository at this point in the history
recording an incorrect shasum which causes subsequent npm installs to fail on
those versions. npm requires a unique version for each published version, and
it supports semantic versioning 2.0 (http://semver.org/), which is why we are
now on 2.43.4.

An issue has been filed with npm about the incorrect shasum:
npm/npm#6179

Fixes issue 7890.
  • Loading branch information
jleyba committed Sep 13, 2014
1 parent 8c6e835 commit 9e59826
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.2-4

* No changes; version bumps while attempting to work around an issue with
publishing to npm (a version string may only be used once).

## v2.43.1

* Fixed an issue with flakiness when setting up the Firefox profile that could
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.1",
"version": "2.43.4",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
Expand Down

0 comments on commit 9e59826

Please sign in to comment.