Skip to content

Commit 09dd5b7

Browse files
markmckimbvgiggio
authored andcommitted
Bump version to 118.0.0
1 parent 82a6380 commit 09dd5b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/chromedriver.js

Lines changed: 1 addition & 1 deletion
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 = '117.0.5938.92';
20+
exports.version = '118.0.5993.70';
2121
exports.start = function (args, returnPromise) {
2222
let command = exports.path;
2323
if (!fs.existsSync(command)) {

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromedriver",
3-
"version": "117.0.3",
3+
"version": "118.0.0",
44
"keywords": [
55
"chromedriver",
66
"selenium"

0 commit comments

Comments
 (0)