release: v1.0.5

This commit is contained in:
alex8088 2022-08-20 20:38:29 +08:00
parent 7a60cce781
commit a5f6f13b9c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
### v1.0.5 (_2022-08-20_)
- fix: can not get import meta env variables in renderer
- feat: define env prefix
- feat: new official website released
### v1.0.4 (_2022-07-03_)
- fix: error occurs when the preload config is a function (by @Beiluola)

View File

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