This commit is contained in:
Anthony Fu
2019-10-29 09:38:18 +08:00
parent 15362aaa29
commit 5107849741
8 changed files with 63 additions and 6 deletions

View File

@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.8](https://github.com/antfu/eslint-config/compare/v0.2.6...v0.2.8) (2019-10-29)
### Bug Fixes
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.1.0 ([99a5c38](https://github.com/antfu/eslint-config/commit/99a5c38))
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.3.1 ([8c12e7e](https://github.com/antfu/eslint-config/commit/8c12e7e))
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.5.0 ([#11](https://github.com/antfu/eslint-config/issues/11)) ([d5341a2](https://github.com/antfu/eslint-config/commit/d5341a2))
## [0.2.7](https://github.com/antfu/eslint-config/compare/v0.2.6...v0.2.7) (2019-10-29)

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.2.7",
"version": "0.2.8",
"description": "",
"main": "index.js",
"keywords": [],
@@ -20,7 +20,7 @@
"typescript": ">=3.6"
},
"dependencies": {
"@antfu/eslint-config": "^0.2.7",
"@antfu/eslint-config": "^0.2.8",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/parser": "^2.6.0"
},