release: v1.0.16

This commit is contained in:
alex8088 2022-12-12 00:03:33 +08:00
parent ad1ca5dcd7
commit edd9ccb286
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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",