Skip to content

Commit d6772f0

Browse files
author
John Kleinschmidt
committed
8.0.0
1 parent cd733c4 commit d6772f0

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
@@ -27,6 +27,7 @@ For given versions of Electron you must depend on a very specific version range
2727
| `^4.0.0` | `^6.0.0` |
2828
| `^5.0.0` | `^7.0.0` |
2929
| `^6.0.0` | `^8.0.0` |
30+
| `^7.0.0` | `^9.0.0` |
3031

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

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