Skip to content

Commit f42a9d3

Browse files
committed
release: v2.1.0
1 parent 08ff86f commit f42a9d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
### v2.0.0 (_2024-01-09_)
1+
### v2.1.0 (_2024-03-03_)
2+
3+
- feat: feat: easy way to fork processes and use workers
4+
- fix: config via build.lib fails when default entry point not found ([#393](https://github.com/alex8088/electron-vite/issues/393))
5+
- perf: build compatilibity target for Electron 29
6+
- perf: allow integrating more complex render solutions ([#412](https://github.com/alex8088/electron-vite/pull/412))
7+
- perf(bytecodePlugin): warn that strings cannot be protected when minification is enabled ([#417](https://github.com/alex8088/electron-vite/issues/417))
8+
9+
### v2.0.0 (_2024-01-09_)
210

311
- feat: bump minimum node version to 18
412
- feat: migrate to ESM

package.json

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

0 commit comments

Comments
 (0)