Skip to content

Commit cfe9529

Browse files
committed
chore(release): version bump 12.1.4 with updated changelog
1 parent 0a6ce24 commit cfe9529

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 12.1.4
2+
3+
Fixes issues introduced by 12.1.3 (--versions.chrome flag and status command did not work). Also prevents downloading version 75 using the config.json file.
4+
5+
## Bug Fix
6+
7+
- ([0a6ce24](https://github.com/angular/webdriver-manager/commit/0a6ce24e73ae06319bcafa472e22a2fe99d139e1))
8+
fix(chromedriver): version fixes for update, status, and start (#380)
9+
10+
- Set the max versioning set in config.json. This will need to be updated on
11+
every release of chromedriver. This will "fix" chrome and chromedriver
12+
mismatches until Chrome 75 comes out. When it does there will have to be
13+
an update for this again. Possible future work would allow a user
14+
to set this via flag. Example --maxVersions.chrome "74."
15+
- Create a generic way to get a valid version for Chromedriver. If
16+
presented with 2.x, change this to 2.x.0. If presented with a 74.x.x.x,
17+
chop off the last set of numbers and change this to 74.x.x
18+
- Fixes the status command during a semver check.
19+
- Fixes the update and start command when starting a specific version of
20+
chromedriver
21+
122
# 12.1.3
223

324
Fixes download issues for chromedriver version 74+.

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.3",
3+
"version": "12.1.4",
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)