Skip to content

Commit 3a21814

Browse files
[js] bump JS to 4.0.0
1 parent 3782f97 commit 3a21814

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v4.0.0
2+
3+
* Fixes cdp for Chrome and Firefox (#9909)
4+
* Add cdp 95 to python and JS
5+
* Removing unused target for cdpConnection
6+
7+
18
## v4.0.0-rc-2
29

310
* Fix builder test

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": "4.0.0-rc-2",
3+
"version": "4.0.0",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)