diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d889a..b0f55d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 877fb03..2cdc6ff 100644 --- a/package.json +++ b/package.json @@ -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",