Skip to content

Commit 11b6f3c

Browse files
committed
release: v1.0.25
1 parent ed13174 commit 11b6f3c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v1.0.25 (_2023-07-11_)
2+
3+
- fix: remove node resolve condition for preload [#204](https://github.com/alex8088/electron-vite/issues/204)
4+
- fix(asset): asset handling error when hot reloading
5+
- chore(deps): update all non-major dependencies
6+
- chore(deps): update fs-extra to v11
7+
- chore(deps): update @types/node to v18
8+
- chore(deps): update typescript to 5.0.4
9+
- chore(deps): update vite to 4.4.2
10+
- chore(deps): update esbuild to v0.18
11+
- chore(deps): update rollup to 3.26.2
12+
113
### v1.0.24 (_2023-06-25_)
214

315
- fix(bytecodePlugin): bytecode loader relative path is incorrect

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)