Skip to content

Commit 0bca853

Browse files
committed
v0.29.1
1 parent 3061fc9 commit 0bca853

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.29.1 (2026-01-19)
2+
3+
- 3061fc9 fix: avoid file descriptor 3 for IPC on Linux to prevent Chromium collision
4+
5+
**Contributors:**
6+
7+
- [#283](https://github.com/electron-vite/vite-plugin-electron/pull/283)@[basil](https://github.com/basil)
8+
19
## 0.29.0 (2024-11-16)
210

311
- 638d0f3 feat: support main process control hot-reload

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.29.0",
3+
"version": "0.29.1",
44
"description": "Electron 🔗 Vite",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)