release: v1.0.7
This commit is contained in:
parent
ab6d089aa6
commit
006418ab14
|
@ -1,3 +1,7 @@
|
|||
### v1.0.7 (_2022-08-29_)
|
||||
|
||||
- feat: add sourcemap cli options for debugging
|
||||
|
||||
### v1.0.6 (_2022-08-25_)
|
||||
|
||||
- chore: update deps
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron-vite",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "Electron build tooling based on Vite",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue