Skip to content

Commit 1838bdb

Browse files
committed
release: v2.2.0
1 parent ff23f7d commit 1838bdb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
### v2.2.0 (_2024-04-21_)
2+
3+
- feat: export mergeConfig from vite ([#471](https://github.com/alex8088/electron-vite/issues/471))
4+
- fix(types): narrow down the return type of defineConfig
5+
- perf: build compatilibity target for Electron 30
6+
- refactor(config): defineConfig types
7+
- chore: fix camelcase typo
8+
- chore: use rollup-plugin-rm to clean dist
9+
110
### v2.1.0 (_2024-03-03_)
211

3-
- feat: feat: easy way to fork processes and use workers
12+
- feat: easy way to fork processes and use workers
413
- fix: config via build.lib fails when default entry point not found ([#393](https://github.com/alex8088/electron-vite/issues/393))
514
- perf: build compatilibity target for Electron 29
615
- perf: allow integrating more complex render solutions ([#412](https://github.com/alex8088/electron-vite/pull/412))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Electron build tooling based on Vite",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)