diff --git a/docs/rules/component-api-style.md b/docs/rules/component-api-style.md index 8472d4c1b..d20dc9fe3 100644 --- a/docs/rules/component-api-style.md +++ b/docs/rules/component-api-style.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/component-api-style description: enforce component API style +since: v7.18.0 --- # vue/component-api-style > enforce component API style -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule aims to make the API style you use to define Vue components consistent in your project. @@ -138,6 +137,10 @@ export default { +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.18.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/component-api-style.js) diff --git a/package.json b/package.json index 59855a324..8e8220581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "7.17.0", + "version": "7.18.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {