diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a2773..4e6e0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c5b08e8..9c863ef 100644 --- a/package.json +++ b/package.json @@ -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",