Skip to content

Commit 5057e02

Browse files
committed
[js] update changelog and bump version to 4.5
1 parent 7716634 commit 5057e02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* Removing circular dependency Between webdriver.js and http.js
3636
* fix some typos in code and documentation
3737
* add cdp v105 remove v102
38+
* add cdp v106 remove v103
3839

3940
## v4.4.0
4041
* Add support CDP 104 and remove CDP 101

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

0 commit comments

Comments
 (0)