Skip to content

Commit

Permalink
v0.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Apr 19, 2024
1 parent f325403 commit 34423e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.28.5 (2024-04-19)

- f325403 chore: update comments
- 5ebd3a6 Merge pull request #229 from ThatKawaiiSam/feat/custom-electron-fork
- dbc85dc feat: allow custom electron forks in `startup` call
- 8b076be chore: update deprecated API

**Contributors:**

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

## 0.28.4 (2024-03-17)

- 4f7748c chore: restore `vite-plugin-electron-renderer` in `peerDependencies`
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.4",
"version": "0.28.5",
"description": "Electron 🔗 Vite",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 34423e7

Please sign in to comment.