Skip to content

Commit

Permalink
v0.28.7
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Apr 27, 2024
1 parent b3cf74c commit 2ab8d07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.28.7 (2024-04-27)

- b3cf74c chore: cleanup, code format
- 957b144 Merge pull request #233 from kuoruan/feat/config
- c0f2647 feat: inherit more config from base user config

**Contributors:**

- [#233](https://github.com/electron-vite/vite-plugin-electron/pull/233)@[kuoruan](https://github.com/kuoruan)

## 0.28.6 (2024-04-21)

- be94383 fix: `ElectronOptions['startup']` definition
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ab8d07

Please sign in to comment.