release: v2.2.0

This commit is contained in:
alex8088 2024-04-23 21:39:16 +08:00
parent ff23f7d44d
commit 1838bdbf3e
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,15 @@
### v2.2.0 (_2024-04-21_)
- feat: export mergeConfig from vite ([#471](https://github.com/alex8088/electron-vite/issues/471))
- fix(types): narrow down the return type of defineConfig
- perf: build compatilibity target for Electron 30
- refactor(config): defineConfig types
- chore: fix camelcase typo
- chore: use rollup-plugin-rm to clean dist
### v2.1.0 (_2024-03-03_)
- feat: feat: easy way to fork processes and use workers
- 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))

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "2.1.0",
"version": "2.2.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",