Skip to content

Commit

Permalink
release: v1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Nov 17, 2023
1 parent 7369960 commit 8e1f9f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.28",
"version": "1.0.29",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8e1f9f6

Please sign in to comment.