From f42a9d370f5965f43a49a55be6d0c3d2637118cd Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 3 Mar 2024 22:00:56 +0800 Subject: [PATCH] release: v2.1.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5aba20..803f0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -### v2.0.0 (_2024-01-09_) +### v2.1.0 (_2024-03-03_) + +- feat: feat: easy way to fork processes and use workers +- fix: config via build.lib fails when default entry point not found ([#393](https://github.com/alex8088/electron-vite/issues/393)) +- perf: build compatilibity target for Electron 29 +- perf: allow integrating more complex render solutions ([#412](https://github.com/alex8088/electron-vite/pull/412)) +- perf(bytecodePlugin): warn that strings cannot be protected when minification is enabled ([#417](https://github.com/alex8088/electron-vite/issues/417)) + +### v2.0.0 (_2024-01-09_) - feat: bump minimum node version to 18 - feat: migrate to ESM diff --git a/package.json b/package.json index 5ef5e7d..f2c6b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "2.0.0", + "version": "2.1.0", "description": "Electron build tooling based on Vite", "type": "module", "main": "dist/index.cjs",