diff --git a/CHANGELOG.md b/CHANGELOG.md index 449bbd1..e8296f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.0.22 (_2023-04-23_) + +- feat(cli): add --rendererOnly flag to dev command +- perf: build compatilibity target for Electron 24 +- chore: remove process env define +- chore: typo error messages + ### v1.0.21 (_2023-03-27_) - fix(bytecodePlugin): bytecode loader is not referenced correctly in the chunks diff --git a/package.json b/package.json index 5766465..13f7df0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.21", + "version": "1.0.22", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",