Skip to content

Commit 87a00b7

Browse files
author
John Kleinschmidt
committed
v13.0.0
1 parent d515796 commit 87a00b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For given versions of Electron you must depend on a very specific version range
3131
| `^8.0.0` | `^10.0.0`|
3232
| `^9.0.0` | `^11.0.0`|
3333
| `^10.0.0` | `^12.0.0`|
34+
| `^11.0.0` | `^13.0.0`|
3435

3536
Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).
3637

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectron",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
55
"main": "index.js",
66
"types": "./lib/spectron.d.ts",

0 commit comments

Comments
 (0)