From 95a83b39186f3a03bbc747f4d8e536e6c08c57fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 3 Oct 2022 12:20:59 +0800 Subject: [PATCH] log: v2.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a632f13..db6dbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ +## 2022-10-03 + +[v2.1.0](https://github.com/electron-vite/electron-vite-vue/pull/267) + +- `vite-electron-plugin` is Fast, and WYSIWYG. 🌱 +- last-commit: db2e830 v2.1.0: use `vite-electron-plugin` instead `vite-plugin-electron` + ## 2022-06-04 [v2.0.0](https://github.com/electron-vite/electron-vite-vue/pull/156) - 🖖 Based on the `vue-ts` template created by `npm create vite`, integrate `vite-plugin-electron` - ⚡️ More simplify, is in line with Vite project structure +- last-commit: a15028a (HEAD -> main) feat: hoist `process.env` ## 2022-01-30