release: v1.0.22
This commit is contained in:
parent
f443c18056
commit
6627e81f66
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue