Skip to content

Commit

Permalink
[js] bump JS to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 13, 2021
1 parent 3782f97 commit 3a21814
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v4.0.0

* Fixes cdp for Chrome and Firefox (#9909)
* Add cdp 95 to python and JS
* Removing unused target for cdpConnection


## v4.0.0-rc-2

* Fix builder test
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.0.0-rc-2",
"version": "4.0.0",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 3a21814

Please sign in to comment.