diff --git a/CHANGELOG.md b/CHANGELOG.md index 7753d40..1a04f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_) - feat: externalize deps plugin diff --git a/package.json b/package.json index cd4a9c3..6ccc87b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.11", + "version": "1.0.12", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",