From 555d4b43a9c4c82036a60a6ed47f30424b9996c0 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Mon, 19 Sep 2022 18:36:51 +0800 Subject: [PATCH] release: v1.0.9 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",