This commit is contained in:
Anthony Fu
2020-06-09 19:10:22 +08:00
parent 093620f3b3
commit cd4bed781f
11 changed files with 50 additions and 9 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.2.12](https://github.com/antfu/eslint-config/compare/v0.2.11...v0.2.12) (2020-06-04)

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.2.12",
"version": "0.2.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.2.12",
"version": "0.2.13",
"description": "",
"main": "index.js",
"keywords": [],
@@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.12",
"@antfu/eslint-config-ts": "^0.2.13",
"eslint-plugin-nuxt": "1.0.0",
"eslint-plugin-vue": "6.2.2"
},