From 8e1f9f6845a00c824616092da8cb2155bf971d55 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Fri, 17 Nov 2023 22:27:06 +0800 Subject: [PATCH] release: v1.0.29 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2569f1f..26d60ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +### v1.0.29 (_2023-11-17_) + +- feat(cli): support --noSandbox option for dev and preview command +- perf: build compatilibity target for Electron 27 + ### v1.0.28 (_2023-09-18_) -- feat(cli): supports specifying electron entry file (#270) +- feat(cli): supports specifying electron entry file ([#270](https://github.com/alex8088/electron-vite/issues/270)) - fix(externalizeDepsPlugin): supports subpath - perf: build compatilibity target for Electron 26 - chore(types): add .json?commonjs-external&asset typing diff --git a/package.json b/package.json index d221e8d..8894f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.28", + "version": "1.0.29", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",