diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f11c7..5c111f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v1.0.24 (_2023-06-25_) + +- fix(bytecodePlugin): bytecode loader relative path is incorrect +- perf: ignore `browser` field and additional `node` condition for main config + ### v1.0.23 (_2023-06-04_) - feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174) diff --git a/package.json b/package.json index 60ad25a..867bdd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.23", + "version": "1.0.24", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",