Skip to content

Commit c99283d

Browse files
committed
Bump version to 119.0.0
1 parent f6edc1e commit c99283d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/chromedriver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function getPortFromArgs(args) {
1717
}
1818
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
1919
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
20-
exports.version = '118.0.5993.70';
20+
exports.version = '119.0.6045.105';
2121
exports.start = function (args, returnPromise) {
2222
let command = exports.path;
2323
if (!fs.existsSync(command)) {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromedriver",
3-
"version": "118.0.1",
3+
"version": "119.0.0",
44
"keywords": [
55
"chromedriver",
66
"selenium"

0 commit comments

Comments
 (0)