release: v1.0.4

This commit is contained in:
alex8088 2022-07-03 15:51:30 +08:00
parent 44b8eee48f
commit 839a1801a3
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
### v1.0.4 (_2022-07-03_)
- fix: error occurs when the preload config is a function (by @Beiluola)
- fix: ELECTRON_RENDERER_URL is incorrect when host is true (by @Beiluola)
- feat: add sqlite3 module to rollup external option
### v1.0.3 (_2022-05-01_)
- fix: throw error when vite.config.\* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.3",
"version": "1.0.4",
"description": "Use vite for your electron app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",