diff --git a/CHANGELOG.md b/CHANGELOG.md index c450197..2569f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d799879..d221e8d 100644 --- a/package.json +++ b/package.json @@ -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",