We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf24455 commit 1c3883fCopy full SHA for 1c3883f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.0.0
2
+
3
+ * Supports Electron `2.0.x` releases.
4
5
# 3.8.0
6
7
* Supports Electron `1.8.x` releases.
package.json
@@ -1,6 +1,6 @@
{
"name": "spectron",
- "version": "3.8.0",
+ "version": "4.0.0",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"types": "./lib/spectron.d.ts",
0 commit comments