release: v2.0.0-beta.1
This commit is contained in:
parent
0b265442a1
commit
db1128089a
|
@ -1,3 +1,9 @@
|
||||||
|
### v2.0.0-beta.1 (_2023-12-14_)
|
||||||
|
|
||||||
|
- feat: env variables prefixed with VITE\_ will be shared in main process and renderer
|
||||||
|
- fix: externalizeDepPlugin not work
|
||||||
|
- perf: dev error message
|
||||||
|
|
||||||
### v2.0.0-beta.0 (_2023-12-13_)
|
### v2.0.0-beta.0 (_2023-12-13_)
|
||||||
|
|
||||||
- feat: bump minimum node version to 18
|
- feat: bump minimum node version to 18
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "2.0.0-beta.0",
|
"version": "2.0.0-beta.1",
|
||||||
"description": "Electron build tooling based on Vite",
|
"description": "Electron build tooling based on Vite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in a new issue