Skip to content

Commit 9fd6294

Browse files
committed
chore(release): update changelot and bump version to 12.1.8
1 parent 4f5f736 commit 9fd6294

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 12.1.8
2+
3+
Fixes for macOS ChromeDriver download. If you are using a macOS and are
4+
running into a `WebDriver.createSession` error, run
5+
`webdriver-manager clean` to remove the downloaded ChromeDriver
6+
before running `webdriver-manager update`.
7+
8+
- ([4f5f736](https://github.com/angular/webdriver-manager/commit/4f5f7369790c9ae604b8b51a08b645a89cc4c7b7))
9+
fix(chromedriver): get most recent version on x64 windows if multiple major versions exist (#473)
10+
11+
- ([17db8a2](https://github.com/angular/webdriver-manager/commit/17db8a2ad5401ab68c7a400f419760edd9c3e9e3))
12+
fix(binaries): filter m1 mac chromedriver versions (#478)
13+
114
# 12.1.7
215

316
Updates to Chromedriver to the LATEST_RELEASE. This should work from here on in when Chrome is updated to a new version.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "webdriver-manager",
3-
"version": "12.1.7",
3+
"version": "12.1.8",
44
"description": "A selenium server and browser driver manager for your end to end tests.",
55
"scripts": {
66
"format": "gulp format",

0 commit comments

Comments
 (0)