Skip to content

Commit 230d09c

Browse files
committed
release: v1.0.13
1 parent baf538c commit 230d09c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.0.13 (_2022-11-11_)
2+
3+
- feat: support for node worker
4+
- refactor: plugins
5+
- fix(swcPlugin): unreachable code
6+
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [#49](https://github.com/alex8088/electron-vite/issues/49)
7+
- fix: incorrect replace __dirname/__filename in config file
8+
- fix: output format error under multiple entries
9+
110
### v1.0.12 (_2022-11-02_)
211

312
- feat: support monorepo (by @ianstormtaylor)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
"node.d.ts"
1414
],
1515
"engines": {
16-
"node": ">=12.2.0"
16+
"node": "^14.18.0 || >=16.0.0"
1717
},
1818
"author": "Alex Wei<https://github.com/alex8088>",
1919
"license": "MIT",

0 commit comments

Comments
 (0)