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.
2 parents 532e0b4 + 56c3b9b commit f606551Copy full SHA for f606551
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.15.4 (2023-11-08)
2
+
3
+- 532e0b4 Merge pull request #177 from Siykt/main
4
+- 845c39b fix: add SIGKILL to tree-kill call
5
6
+**Contributors:**
7
8
+- [#177](https://github.com/electron-vite/vite-plugin-electron/pull/177)@[Siykt](https://github.com/Siykt)
9
10
## 0.15.3 (2023-11-07)
11
12
- 20907ef chore: recover `v0.15.1`
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
- "version": "0.15.3",
+ "version": "0.15.4",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments