release: v1.0.14

This commit is contained in:
alex8088 2022-11-13 01:28:47 +08:00
parent 23ae7636cd
commit e72e1ea056
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### v1.0.14 (_2022-11-13_)
- fix(bytecodePlugin): replace bytecode module regex
### v1.0.13 (_2022-11-11_)
- feat: support for node worker

View File

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.13",
"version": "1.0.14",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",