Skip to content

Commit f81f57e

Browse files
committed
release: v1.0.12
1 parent 1668547 commit f81f57e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.0.12 (_2022-11-02_)
2+
3+
- feat: support monorepo (by @ianstormtaylor)
4+
- feat: add `--skipBuild` flag to preview command
5+
- feat: make a SWC plugin to support TypeScript decorators (`emitDecoratorMetadata`)
6+
- fix: use `modulePreload.polyfill` instead `polyfillModulePreload`
7+
- chore: update deps
8+
19
### v1.0.11 (_2022-10-16_)
210

311
- feat: externalize deps plugin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)