Skip to content

Commit a406b45

Browse files
committed
chore(release): version bump and update changelog for 12.1.0
1 parent 6775421 commit a406b45

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 12.1.0
2+
3+
## Bug Fix
4+
5+
- ([f17b226](https://github.com/angular/webdriver-manager/commit/f17b226342173e59b4d2fac54632185c26ca7086))
6+
Fix(types): Operator '==' cannot be applied to types 'string | string[]' and 'number' (#297)
7+
8+
- build-enforced style changes
9+
- add package-lock.json
10+
11+
- ([7dbc1df](https://github.com/angular/webdriver-manager/commit/7dbc1dfbccc60c8836e7c1d390fd5562e0af5b9d))
12+
fix(clean): remove existing chrome meta files from update on clean command (#279)
13+
14+
- change file name from chromedriver-response.xml to chrome-response.xml
15+
- ([0a4c065](https://github.com/angular/webdriver-manager/commit/0a4c0658b0725154cba07ad6e7125c1dd504fa3d))
16+
fix(appium): change appiumPort to seleniumPort for selenium server request (#228)
17+
18+
## Dependencies
19+
20+
- ([6775421](https://github.com/angular/webdriver-manager/commit/6775421ea9e40db1bf547bcedcb716ba35106a80))
21+
deps(package): update npm audit.
22+
23+
- Updates to vulnerable to zipslip.
24+
- Update all dependencies with `npm audit fix --force`.
25+
26+
closes #314
27+
28+
- ([a80ccd2](https://github.com/angular/webdriver-manager/commit/a80ccd22d494e10e8c3c6ef9af22abf38496cb14))
29+
deps(appium): bump up the appium version (#258)
30+
31+
132
# 12.0.6
233

334
## Bug Fix

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