Skip to content

Commit c8a0686

Browse files
committed
fix build
1 parent 4539030 commit c8a0686

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v.1.2.1
2+
3+
- fix build
4+
15
# v1.2.0
26

37
- add hook(useBoundary)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "veboundary",
33
"description": "Simple and convenient Vue error boundary.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"scripts": {
66
"build:ts": "vue-tsc --noEmit",
77
"build:umd": "vite build --mode umd",

0 commit comments

Comments
 (0)