From f8aa68937f40d00a0fa23ca70eef59cb8e2cb65c Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 27 Aug 2021 13:16:57 +0900 Subject: [PATCH] 7.17.0 --- docs/rules/no-v-text.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/rules/no-v-text.md b/docs/rules/no-v-text.md index b264ac1df..84cece3a4 100644 --- a/docs/rules/no-v-text.md +++ b/docs/rules/no-v-text.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-v-text description: disallow use of v-text +since: v7.17.0 --- # vue/no-v-text > disallow use of v-text -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule reports all uses of `v-text` directive. @@ -32,6 +31,10 @@ This rule reports all uses of `v-text` directive. Nothing. +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.17.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-v-text.js) diff --git a/package.json b/package.json index 4ba55e5c2..661acff1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "7.16.0", + "version": "7.17.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {