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 b3cf74c commit 2ab8d07Copy full SHA for 2ab8d07
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.28.7 (2024-04-27)
2
+
3
+- b3cf74c chore: cleanup, code format
4
+- 957b144 Merge pull request #233 from kuoruan/feat/config
5
+- c0f2647 feat: inherit more config from base user config
6
7
+**Contributors:**
8
9
+- [#233](https://github.com/electron-vite/vite-plugin-electron/pull/233)@[kuoruan](https://github.com/kuoruan)
10
11
## 0.28.6 (2024-04-21)
12
13
- be94383 fix: `ElectronOptions['startup']` definition
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron",
- "version": "0.28.6",
+ "version": "0.28.7",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments