Skip to content

Commit f9ef502

Browse files
committed
release: v0.11.1
1 parent 58eff7f commit f9ef502

File tree

4 files changed

+175
-213
lines changed

4 files changed

+175
-213
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ TODOs.md
1111
.env.*
1212
.vitepress/cache
1313
.npmrc
14+
./stats.html

auto-imports.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ declare global {
6262
declare global {
6363
// @ts-ignore
6464
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
65+
import('vue')
6566
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-editor-vue",
33
"PascalCasedName": "JsonEditorVue",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"private": false,
66
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
77
"author": {

0 commit comments

Comments
 (0)