Skip to content

Commit c71d126

Browse files
committed
[js] Bump to 2.47.0
Better late than never?
1 parent f315bf0 commit c71d126

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
## v2.47.0-dev
1+
## v2.47.0
22

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`.
3+
### Notice
4+
5+
This is the last release for `selenium-webdriver` that will support ES5.
6+
Subsequent releases will depend on ES6 features that are enabled by
7+
[default](https://nodejs.org/en/docs/es6/) in Node v4.0.0. Node v0.12.x will
8+
continue to be supported, but will require setting the `--harmony` flag.
9+
10+
### Change Summary
11+
12+
* Add support for [Node v4.0.0](https://nodejs.org/en/blog/release/v4.0.0/)
13+
* Updated `ws` dependency from `0.7.1` to `0.8.0`
14+
* Bumped the minimum supported version of Node from `0.10.x` to `0.12.x`. This
15+
is in accordance with the Node support policy established in `v2.45.0`.
616

717
## v2.46.1
818

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.47.0-dev",
3+
"version": "2.47.0",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)