Skip to content

Commit 2958538

Browse files
committed
v0.15.2
1 parent 9719203 commit 2958538

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.2 (2023-11-06)
2+
3+
- 9719203 chore: better exit `electron` logic
4+
15
## 0.15.1 (2023-11-06)
26

37
- 2119108 fix: correct use `tree-kill`

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,3 @@ Modules in `node_modules` are not bundled during development, it's fast!
323323
│ const log = require('electron-log') │
324324
┗—————————————————————————————————————┛
325325
```
326-
327-
## FAQ
328-
329-
- `electron` does not exit correctly | 使用ctrl + c 停止代码,electron后台不关闭 | [#122](https://github.com/electron-vite/vite-plugin-electron/pull/122), [#168](https://github.com/electron-vite/vite-plugin-electron/issues/168)
330-
331-
* Add `tree-kill` into you dependencies, `npm i -D tree-kill`.
332-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-electron",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Electron 🔗 Vite",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)