From 9e59826f8a6b82c53511cb74abd27d06c4f2f399 Mon Sep 17 00:00:00 2001 From: Jason Leyba Date: Sat, 13 Sep 2014 10:44:47 -0700 Subject: [PATCH] Bump JS version to 2.43.4. For versions 2.43.1-3, the npm registry was 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: https://github.com/npm/npm/issues/6179 Fixes issue 7890. --- javascript/node/selenium-webdriver/CHANGES.md | 5 +++++ javascript/node/selenium-webdriver/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/javascript/node/selenium-webdriver/CHANGES.md b/javascript/node/selenium-webdriver/CHANGES.md index 504a5676e88df..acdfc5f5408db 100644 --- a/javascript/node/selenium-webdriver/CHANGES.md +++ b/javascript/node/selenium-webdriver/CHANGES.md @@ -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 diff --git a/javascript/node/selenium-webdriver/package.json b/javascript/node/selenium-webdriver/package.json index b52eb57d9d93a..bf6face397729 100644 --- a/javascript/node/selenium-webdriver/package.json +++ b/javascript/node/selenium-webdriver/package.json @@ -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",