release: v1.0.12

This commit is contained in:
alex8088 2022-11-02 02:00:30 +08:00
parent 1668547dbf
commit f81f57efbf
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
### v1.0.12 (_2022-11-02_)
- feat: support monorepo (by @ianstormtaylor)
- feat: add `--skipBuild` flag to preview command
- feat: make a SWC plugin to support TypeScript decorators (`emitDecoratorMetadata`)
- fix: use `modulePreload.polyfill` instead `polyfillModulePreload`
- chore: update deps
### v1.0.11 (_2022-10-16_) ### v1.0.11 (_2022-10-16_)
- feat: externalize deps plugin - feat: externalize deps plugin

View file

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