v0.3.0
This commit is contained in:
11
packages/all/CHANGELOG.md
Normal file
11
packages/all/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add react and all ([a7fbdca](https://github.com/antfu/eslint-config/commit/a7fbdcad4b20294e26e817fae468f468376e49cf))
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config",
|
||||
"version": "0.2.14",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
@@ -16,7 +16,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-vue": "*",
|
||||
"@antfu/eslint-config-react": "*"
|
||||
"@antfu/eslint-config-react": "^0.3.0",
|
||||
"@antfu/eslint-config-vue": "^0.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user