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 3061fc9 commit 0bca853Copy full SHA for 0bca853
2 files changed
CHANGELOG.md
@@ -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
9
## 0.29.0 (2024-11-16)
10
11
- 638d0f3 feat: support main process control hot-reload
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
- "version": "0.29.0",
+ "version": "0.29.1",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments