release: v1.0.29

This commit is contained in:
alex8088 2023-11-17 22:27:06 +08:00
parent 7369960b99
commit 8e1f9f6845
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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",