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 e1eacee commit 4aae557Copy full SHA for 4aae557
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.28.8 (2024-09-19)
2
+
3
+- 3239718 fix: better exit app #251
4
+- 927885d fix: unable to disable watch #252
5
+- f043f74 chore: cleanup
6
+- 149c4a9 Merge pull request #247 from think-flow/testfix
7
+- f9bda13 fix: notBundle test is failed
8
9
## 0.28.7 (2024-04-27)
10
11
- b3cf74c chore: cleanup, code format
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
- "version": "0.28.7",
+ "version": "0.28.8",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments