From 02e0dff9f4d8c1ade845e549c57222164dbcb383 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 23 Jun 2024 22:48:15 +0800 Subject: [PATCH] release: v2.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07749b4..451a2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### v2.3.0 (_2024-06-23_) + +- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format +- fix: don't handle module ID that begin with \0 ([#530](https://github.com/alex8088/electron-vite/pull/530)) +- fix: not using the mode from the config file ([#539](https://github.com/alex8088/electron-vite/pull/539)) +- fix: default mode should not overrite user config mode +- perf: build compatilibity target for Electron 31 +- perf: improve cjs shim +- chore(deps): update all non-major dependencies +- chore(deps): update @typescript-eslint/* to v7 +- chore(deps): update esbuild to v0.21 + ### v2.2.0 (_2024-04-21_) - feat: export mergeConfig from vite ([#471](https://github.com/alex8088/electron-vite/issues/471)) diff --git a/package.json b/package.json index 38b9e56..bc0be7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "2.2.0", + "version": "2.3.0", "description": "Electron build tooling based on Vite", "type": "module", "main": "dist/index.cjs",