We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b53f23 commit a9999ddCopy full SHA for a9999dd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.12.2
2
+
3
+### Hot fix:
4
+* Update Electron to fix vulnerability [\#1030](https://github.com/Azure/BatchLabs/issues/1030)
5
6
# 0.12.1
7
8
### Hot fix:
package.json
@@ -9,7 +9,7 @@
9
"name": "Microsoft Corporation",
10
"email": "tiguerin@microsoft.com"
11
},
12
- "version": "0.12.1",
+ "version": "0.12.2",
13
"main": "build/client/main.prod.js",
14
"scripts": {
15
"ts": "ts-node --project tsconfig.node.json",
@@ -78,7 +78,7 @@
78
"cross-env": "~5.1.1",
79
"css-loader": "~0.28.0",
80
"devtron": "^1.4.0",
81
- "electron": "~1.7.10",
+ "electron": "~1.7.11",
82
"electron-builder": "~19.49.0",
83
"extract-text-webpack-plugin": "~3.0.2",
84
"file-loader": "~1.1.5",
0 commit comments