From ee4d400fb088d9ac12c28c7ec45d17ebb3e12928 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 12 Mar 2023 00:39:48 +0800 Subject: [PATCH] release: v1.0.20 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb595e..0c9c3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v1.0.20 (_2023-03-12_) + +- feat: support for renderer debugging [#130](https://github.com/alex8088/electron-vite/issues/130) +- fix(asset): asset path is not resolved correctly when outDir is specified [#117](https://github.com/alex8088/electron-vite/issues/117) +- fix: specified renderer outDir is not parsed correctly +- fix(bytecodePlugin): not work in monorepo [#128](https://github.com/alex8088/electron-vite/issues/128) +- perf: build compatilibity target for Electron 23 +- perf: print log +- chore(deps): update all non-major dependencies +- chore(deps): update vite to 4.1.4 +- chore(deps): update rollup to 3.18 +- chore(deps): update magic-string to 0.30.0 + ### v1.0.19 (_2023-02-06_) - feat(bytecodePlugin): protect strings [#91](https://github.com/alex8088/electron-vite/issues/91) diff --git a/package.json b/package.json index 1950fff..dd5f6c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.19", + "version": "1.0.20", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",