Skip to content

Commit

Permalink
release: v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Apr 23, 2023
1 parent f443c18 commit 6627e81
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.22 (_2023-04-23_)

- feat(cli): add --rendererOnly flag to dev command
- perf: build compatilibity target for Electron 24
- chore: remove process env define
- chore: typo error messages

### v1.0.21 (_2023-03-27_)

- fix(bytecodePlugin): bytecode loader is not referenced correctly in the chunks
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.21",
"version": "1.0.22",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6627e81

Please sign in to comment.