Skip to content

Commit b5498a4

Browse files
committed
Update version
1 parent 603f4a4 commit b5498a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

+1-1
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.25.0-nightly202408281539"
14+
VERSION = "4.24.1"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.25.0-nightly202408281539",
3+
"version": "4.24.1",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)