release: v1.0.9
This commit is contained in:
parent
19bfb2a829
commit
555d4b43a9
|
@ -1,3 +1,12 @@
|
||||||
|
### v1.0.9 (_2022-09-19_)
|
||||||
|
|
||||||
|
- feat: source code protection
|
||||||
|
- fix: specify a config file error
|
||||||
|
- fix: in the specified non-production mode, the `base` path is wrong
|
||||||
|
- perf: cache electron executable path
|
||||||
|
- chore: add electron-vite mode node env
|
||||||
|
- chore: use node prefix
|
||||||
|
|
||||||
### v1.0.8 (_2022-09-11_)
|
### v1.0.8 (_2022-09-11_)
|
||||||
|
|
||||||
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)
|
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"description": "Electron build tooling based on Vite",
|
"description": "Electron build tooling based on Vite",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue