Skip to content

Commit a8ab4fd

Browse files
committed
9.1.0
1 parent c1c9dc2 commit a8ab4fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/utils/vue3-export-names.json

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"ComponentOptionsWithObjectProps",
5151
"ComponentOptionsWithoutProps",
5252
"ComponentPropsOptions",
53+
"ComponentProvideOptions",
5354
"ComponentPublicInstance",
5455
"computed",
5556
"ComputedGetter",
@@ -223,6 +224,7 @@
223224
"VNodeChild",
224225
"VNodeNormalizedChildren",
225226
"VNodeProps",
227+
"VNodeRef",
226228
"VNodeTypes",
227229
"warn",
228230
"watch",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)