release: v1.0.22

This commit is contained in:
alex8088 2023-04-24 00:11:52 +08:00
parent f443c18056
commit 6627e81f66
2 changed files with 8 additions and 1 deletions

View file

@ -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_) ### v1.0.21 (_2023-03-27_)
- fix(bytecodePlugin): bytecode loader is not referenced correctly in the chunks - fix(bytecodePlugin): bytecode loader is not referenced correctly in the chunks

View file

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