File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
## v2.47.0-dev
2
2
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 ` .
5
6
6
7
## v2.46.1
7
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 2.46.1 " ,
3
+ "version" : " 2.47.0-dev " ,
4
4
"description" : " The official WebDriver JavaScript bindings from the Selenium project" ,
5
5
"keywords" : [
6
6
" automation" ,
19
19
"url" : " https://github.com/SeleniumHQ/selenium.git"
20
20
},
21
21
"engines" : {
22
- "node" : " >= 0.10 .x"
22
+ "node" : " >= 0.12 .x"
23
23
},
24
24
"dependencies" : {
25
25
"adm-zip" : " 0.4.4" ,
You can’t perform that action at this time.
0 commit comments