Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhxx committed Jul 14, 2022
1 parent 4539030 commit c8a0686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v.1.2.1

- fix build

# v1.2.0

- add hook(useBoundary)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veboundary",
"description": "Simple and convenient Vue error boundary.",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"build:ts": "vue-tsc --noEmit",
"build:umd": "vite build --mode umd",
Expand Down

0 comments on commit c8a0686

Please sign in to comment.