diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6e0ee..88ffe96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v1.0.15 (_2022-12-05_) + +- feat: support mode and command conditional config +- feat: specify env prefixes for vite's loadEnv and export it +- perf: build compatilibity target for Electron 22 +- perf: do not externalize node builtin modules for the renderer [#61](https://github.com/alex8088/electron-vite/issues/61) + ### v1.0.14 (_2022-11-13_) - fix(bytecodePlugin): replace bytecode module regex diff --git a/package.json b/package.json index 9c863ef..afb85f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.14", + "version": "1.0.15", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",