Skip to content

Commit 2ab8d07

Browse files
committed
v0.28.7
1 parent b3cf74c commit 2ab8d07

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.28.6 (2024-04-21)
212

313
- be94383 fix: `ElectronOptions['startup']` definition

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

0 commit comments

Comments
 (0)