This commit is contained in:
Anthony Fu
2019-08-23 00:20:12 +08:00
parent 0a2b8cdede
commit 65626a180f
8 changed files with 51 additions and 6 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.6](https://github.com/antfu/eslint-config/compare/v0.2.5...v0.2.6) (2019-08-22)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.2.5](https://github.com/antfu/eslint-config/compare/v0.2.4...v0.2.5) (2019-07-19)

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"main": "index.js",
"keywords": [],
@@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.2",
"@antfu/eslint-config-ts": "^0.2.6",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},