diff --git a/CHANGELOG.md b/CHANGELOG.md index ae93139..3236e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 721245d..4053ac8 100644 --- a/package.json +++ b/package.json @@ -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",