release: v1.0.25
This commit is contained in:
parent
ed13174829
commit
11b6f3c39d
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
### v1.0.25 (_2023-07-11_)
|
||||||
|
|
||||||
|
- fix: remove node resolve condition for preload [#204](https://github.com/alex8088/electron-vite/issues/204)
|
||||||
|
- fix(asset): asset handling error when hot reloading
|
||||||
|
- chore(deps): update all non-major dependencies
|
||||||
|
- chore(deps): update fs-extra to v11
|
||||||
|
- chore(deps): update @types/node to v18
|
||||||
|
- chore(deps): update typescript to 5.0.4
|
||||||
|
- chore(deps): update vite to 4.4.2
|
||||||
|
- chore(deps): update esbuild to v0.18
|
||||||
|
- chore(deps): update rollup to 3.26.2
|
||||||
|
|
||||||
### v1.0.24 (_2023-06-25_)
|
### v1.0.24 (_2023-06-25_)
|
||||||
|
|
||||||
- fix(bytecodePlugin): bytecode loader relative path is incorrect
|
- fix(bytecodePlugin): bytecode loader relative path is incorrect
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.24",
|
"version": "1.0.25",
|
||||||
"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