Skip to content

Commit 9ea6c06

Browse files
committedJan 6, 2017
chore(release): version bump and update changelog
1 parent 5881c5b commit 9ea6c06

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed
 

‎.npmignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ e2e_spec/
66
built/e2e_spec/
77

88
.clang-format
9+
.gitignore
910
.gitattributes
1011
.github/
1112
.idea/
12-
.gitignore
1313
.npmignore
14-
.travis.yml
14+
circle.yml
1515
npm-debug.log
1616
release.md
1717
tsconfig.json

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 11.1.1
2+
3+
## Bug Fixes
4+
5+
- ([70614a2](https://github.com/angular/webdriver-manager/commit/70614a23e289088c852f5c0162a947488ffc77e0))
6+
fix(ie): Use 32-bit version by default for IEDriver (#181)
7+
8+
closes #180
9+
- ([6f9a2ab](https://github.com/angular/webdriver-manager/commit/6f9a2abbf7d16f35e342f963543706ff3e1c45a1))
10+
fix(gecko): Respect versions.gecko in start command. (#184)
11+
12+
Also bump the geckodriver version to latest.
13+
14+
## Dependencies
15+
16+
- ([5881c5b](https://github.com/angular/webdriver-manager/commit/5881c5bb49f330abd7804e2605df46901e87bf2a))
17+
deps(update): update devDependencies (#187)
18+
19+
120
# 11.1.0
221

322
- Update to set the default chrome driver version to 2.26

‎LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 Google, Inc.
3+
Copyright (c) 2017 Google, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
THE SOFTWARE.
22-

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-manager",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"description": "A selenium server and browser driver manager for your end to end tests.",
55
"scripts": {
66
"check_format": "gulp format:enforce",
@@ -66,6 +66,6 @@
6666
"typescript": "^2.1.1"
6767
},
6868
"engines": {
69-
"node": ">=6.0.0"
69+
"node": ">=6.9.x"
7070
}
7171
}

0 commit comments

Comments
 (0)
Please sign in to comment.