release: v1.0.28

This commit is contained in:
alex8088 2023-09-18 22:08:46 +08:00
parent 01163866fb
commit 2360d502a4
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
### v1.0.28 (_2023-09-18_)
- feat(cli): supports specifying electron entry file (#270)
- fix(externalizeDepsPlugin): supports subpath
- perf: build compatilibity target for Electron 26
- chore(types): add .json?commonjs-external&asset typing
### v1.0.27 (_2023-08-01_)
- chore: remove preinstall script

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.27",
"version": "1.0.28",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",