Skip to content

Commit e5057d1

Browse files
authored
Merge pull request #71 from electron/11-x-y
v11.0.0
2 parents 3ec393c + 6521e78 commit e5057d1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
install-test-osx:
4242
macos:
43-
xcode: "9.0"
43+
xcode: "10.0"
4444
steps:
4545
- checkout
4646
# Download and cache dependencies

package-lock.json

Lines changed: 3 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": "electron-chromedriver",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Electron ChromeDriver",
55
"repository": "https://github.com/electron/chromedriver",
66
"bin": {

0 commit comments

Comments
 (0)