From d3095d24ab806e1273c98a16f0d8f9602c39778d Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Thu, 9 Apr 2026 23:26:25 +0800 Subject: [PATCH] release: v6.0.0-beta.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8becd06..ef50206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### v6.0.0-beta.0 (_2026-04-09_) + +- refactor: `?modulePath` sub-build output strategy +- fix(asset): isolate asset caches per environment +- fix: use the environment api in plugins +- fix: skip TTY terminal manipulations in CI environments +- fix(deps)!: update vite to v8 ([#894](https://github.com/alex8088/electron-vite/issues/894)) +- fix: Typescript compiler option 'outDir' must be located inside Rollup 'dir' option +- fix(isolateEntries): handle non-TTY stdout in build reporter (#887) +- chore(deps): update cac to v7 +- chore(deps): update globals to v17 +- chore(deps): update eslint and @eslint/js to v10 +- chore(deps): update all non-major dependencies + ### v5.0.0 (_2025-12-07_) - feat(config): add `build.externalizeDeps` and `build.bytecode` config options to replace `externalizeDepsPlugin` and `bytecodePlugin` diff --git a/package.json b/package.json index 004032e..687a9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "5.0.0", + "version": "6.0.0-beta.0", "description": "Electron build tooling based on Vite", "type": "module", "main": "./dist/index.js",