Skip to content

Commit 839a180

Browse files
committed
release: v1.0.4
1 parent 44b8eee commit 839a180

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.0.4 (_2022-07-03_)
2+
3+
- fix: error occurs when the preload config is a function (by @Beiluola)
4+
- fix: ELECTRON_RENDERER_URL is incorrect when host is true (by @Beiluola)
5+
- feat: add sqlite3 module to rollup external option
6+
17
### v1.0.3 (_2022-05-01_)
28

39
- fix: throw error when vite.config.\* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Use vite for your electron app.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)