Skip to content

Commit 555d4b4

Browse files
committed
release: v1.0.9
1 parent 19bfb2a commit 555d4b4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.0.9 (_2022-09-19_)
2+
3+
- feat: source code protection
4+
- fix: specify a config file error
5+
- fix: in the specified non-production mode, the `base` path is wrong
6+
- perf: cache electron executable path
7+
- chore: add electron-vite mode node env
8+
- chore: use node prefix
9+
110
### v1.0.8 (_2022-09-11_)
211

312
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)