Skip to content

Commit

Permalink
release: v1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Sep 18, 2023
1 parent 0116386 commit 2360d50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2360d50

Please sign in to comment.