release: v1.0.6
This commit is contained in:
parent
d24519d71b
commit
ffda7049c7
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue