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 2119108 commit ecbb69fCopy full SHA for ecbb69f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.15.1 (2023-11-06)
2
+
3
+- 2119108 fix: correct use `tree-kill`
4
5
## 0.15.0 (2023-11-06)
6
7
- 234be07 fix: `tree-kill` doesn't work
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments