Skip to content

Commit

Permalink
v0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Mar 17, 2024
1 parent 4f7748c commit ffe298f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.28.4 (2024-03-17)

- 4f7748c chore: restore `vite-plugin-electron-renderer` in `peerDependencies`
- 412ed9b fix(#214): catch the `process.kill(pid)` error

## 0.28.3 (2024-03-13)

- a300c08 fix: remove electron@28 version pre-deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
"version": "0.28.3",
"version": "0.28.4",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ffe298f

Please sign in to comment.