This commit is contained in:
Anthony Fu
2020-08-12 19:56:23 +08:00
parent e53f3ec8db
commit 24e025c12d
10 changed files with 55 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.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
**Note:** Version bump only for package @antfu/eslint-config
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
@@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.3.0",
"@antfu/eslint-config-vue": "^0.3.0"
"@antfu/eslint-config-react": "^0.3.1",
"@antfu/eslint-config-vue": "^0.3.1"
}
}