diff --git a/CHANGELOG.md b/CHANGELOG.md index ad00ab6..fcc6f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v5.0.0-beta.3 (_2025-11-01_) + +- feat(config): add `build.externalizeDeps` and `build.bytecode` config options to replace `externalizeDepsPlugin` and `bytecodePlugin` +- refactor(config): move the `isolateEntries` options to the `build` option +- refactor: deprecated `externalizeDepsPlugin` and `bytecodePlugin` +- refactor(config)!: remove function resolution for nested config fields +- perf(buildReport): exclude node_modules from watch list +- fix(modulePath): rewrite the build input instead of merging + ### v5.0.0-beta.2 (_2025-10-30_) - feat: reporter plugin for isolated builds diff --git a/package.json b/package.json index b967d4a..0fd0cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "description": "Electron build tooling based on Vite", "type": "module", "main": "./dist/index.js",