diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c0358ef..2b93ca4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.1](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.4.0...v0.4.1) (2021-12-28) + + +### Bug Fixes + +* update README.md ([15e97a4](https://github.com/VicSolWang/eslint-config-wzx-react/commit/15e97a4efeb2976c1b5f73c0415784ed009577b5)) + # [0.4.0](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.3.1...v0.4.0) (2021-12-27) diff --git a/package.json b/package.json index 4118fb8..fc35dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-wzx-react", - "version": "0.4.0", + "version": "0.4.1", "description": "The custom react eslint rules based on eslint-config-wzx. (Follow airbnb and Support Typescript Eslint)", "main": "index.js", "engines": {