Skip to content

Commit 8e0c968

Browse files
[js] Bump JS to 4.9.2
1 parent 635f86c commit 8e0c968

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.9.2
2+
3+
#### :nail_care: Polish
4+
5+
* Handle rejection of the driver if not found
6+
17
## v4.9.1
28

39
#### :nail_care: Polish
@@ -76,7 +82,7 @@ fix: iedriver download with selenium-manager #11579
7682

7783
#### Committers: 1
7884

79-
- Potapov Dmitriy ([@potapovDim](https://github.com/potapovDim))
85+
* Potapov Dmitriy ([@potapovDim](https://github.com/potapovDim))
8086

8187
## v4.7.0
8288

@@ -97,7 +103,7 @@ fix: iedriver download with selenium-manager #11579
97103

98104
#### :nail_care: Polish
99105

100-
* Fix typos (#11258)
106+
* Fix typos (#11258)
101107

102108
## v4.6.0
103109

@@ -152,11 +158,12 @@ fix: iedriver download with selenium-manager #11579
152158
* destructuring exports
153159
* Moving from static to const to make js-dossier happy
154160
* Removing circular dependency Between webdriver.js and http.js
155-
* fix some typos in code and documentation
161+
* fix some typos in code and documentation
156162
* add cdp v105 remove v102
157163
* add cdp v106 remove v103
158164

159165
## v4.4.0
166+
160167
* Add support CDP 104 and remove CDP 101
161168

162169
## v4.3.1
@@ -1287,4 +1294,3 @@ major version release (i.e. 1.0.0).
12871294
* Initial release for npm:
12881295

12891296
npm install selenium-webdriver
1290-

javascript/node/selenium-webdriver/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
{
32
"name": "selenium-webdriver",
4-
"version": "4.9.1",
3+
"version": "4.9.2",
54
"description": "The official WebDriver JavaScript bindings from the Selenium project",
65
"license": "Apache-2.0",
76
"keywords": [

0 commit comments

Comments
 (0)