From 5a298023a13f80025d889bff313c6a06faf39e74 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 24 Oct 2023 17:54:31 +0900 Subject: [PATCH] 9.18.0 --- lib/utils/vue3-export-names.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json index 15b72e2fc..f676e8440 100644 --- a/lib/utils/vue3-export-names.json +++ b/lib/utils/vue3-export-names.json @@ -276,6 +276,7 @@ "IframeHTMLAttributes", "ImgHTMLAttributes", "InsHTMLAttributes", + "InputTypeHTMLAttribute", "InputHTMLAttributes", "KeygenHTMLAttributes", "LabelHTMLAttributes", diff --git a/package.json b/package.json index eb3750f4a..274aa2da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.17.0", + "version": "9.18.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {