We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4539030 commit c8a0686Copy full SHA for c8a0686
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v.1.2.1
2
+
3
+- fix build
4
5
# v1.2.0
6
7
- add hook(useBoundary)
package.json
@@ -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",
0 commit comments