diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ffe96..aaef671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v1.0.16 (_2022-12-12_) + +- feat: vite 4.x support [#69](https://github.com/alex8088/electron-vite/issues/69) +- fix: `NODE_ENV` is incorrect in vite 4.x [#70](https://github.com/alex8088/electron-vite/issues/70) +- fix: invalid output format check +- fix: output format check +- chore(deps): update all non-major dependencies +- chore(deps): update esbuild and magic-string +- chore(deps): update vite to 4.0.0 + ### v1.0.15 (_2022-12-05_) - feat: support mode and command conditional config diff --git a/package.json b/package.json index 6c6a660..2b4a177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.15", + "version": "1.0.16", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",