release: v1.0.9

This commit is contained in:
alex8088 2022-09-19 18:36:51 +08:00
parent 19bfb2a829
commit 555d4b43a9
2 changed files with 10 additions and 1 deletions

View file

@ -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_)
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)

View file

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