Skip to content

Commit 05c87ca

Browse files
committed
[javascript] Bumping version to 4.28.1
1 parent e509cc3 commit 05c87ca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.29.0-nightly202501201850"
14+
VERSION = "4.28.1"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.28.1
2+
--> Bumping version for nightly
3+
--> [JS] specify min required node versiton to 18.20.5
4+
15
## 4.28.0
26

37
- Add CDP for Chrome 132 and remove 129

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

0 commit comments

Comments
 (0)