Skip to content

Commit 142206c

Browse files
committed
[js] Bump minimum supported version of Node.js to 0.12.x
This is in response to the release of Node v4 (big version jump there) https://nodejs.org/en/blog/release/v4.0.0/
1 parent a8fb019 commit 142206c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## v2.47.0-dev
22

3-
* Updated `ws` dependency from `^0.7.1` to `^0.8.0`
4-
3+
* Updated `ws` dependency from `0.7.1` to `0.8.0`
4+
* Bumped minimum supported version of Node from `0.10.x` to `0.12.x`. This is
5+
in accordance with the Node support policy established in `v2.45.0`.
56

67
## v2.46.1
78

javascript/node/selenium-webdriver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.46.1",
3+
"version": "2.47.0-dev",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"keywords": [
66
"automation",
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/SeleniumHQ/selenium.git"
2020
},
2121
"engines": {
22-
"node": ">= 0.10.x"
22+
"node": ">= 0.12.x"
2323
},
2424
"dependencies": {
2525
"adm-zip": "0.4.4",

0 commit comments

Comments
 (0)