release: v1.0.6

This commit is contained in:
alex8088 2022-08-25 19:29:47 +08:00
parent d24519d71b
commit ffda7049c7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
### v1.0.6 (_2022-08-25_)
- chore: update deps
- chore: use vite@3
### v1.0.5 (_2022-08-20_)
- fix: can not get import meta env variables in renderer

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.5",
"version": "1.0.6",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",