Skip to content

Commit ad3060d

Browse files
committed
release: v1.0.3
1 parent 1a0130a commit ad3060d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.0.3 (_2022-05-01_)
2+
3+
- fix: throw error when vite.config.* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))
4+
- feat: export splitVendorChunkPlugin from vite
5+
- perf: build target for Electron 19
6+
17
### v1.0.2 (_2022-03-31_)
28

39
#### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Use vite for your electron app.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)