release: v1.0.25

This commit is contained in:
alex8088 2023-07-11 21:09:38 +08:00
parent ed13174829
commit 11b6f3c39d
2 changed files with 13 additions and 1 deletions

View file

@ -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_)
- fix(bytecodePlugin): bytecode loader relative path is incorrect

View file

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