From 08160d429b60d1e0c016e8cc8e097d515eafb2ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Dec 2021 15:31:59 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.3.1...v0.4.0) (2021-12-27) ### Features * add eslint-config-wzx and rewrite config based on wzx ([ef5b82c](https://github.com/VicSolWang/eslint-config-wzx-react/commit/ef5b82c63b7609288c759da73f86da04a2a7622c)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ca2cfb0..c0358ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.3.1...v0.4.0) (2021-12-27) + + +### Features + +* add eslint-config-wzx and rewrite config based on wzx ([ef5b82c](https://github.com/VicSolWang/eslint-config-wzx-react/commit/ef5b82c63b7609288c759da73f86da04a2a7622c)) + ## [0.3.1](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.3.0...v0.3.1) (2021-12-24) diff --git a/package.json b/package.json index 4974594..4320ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-wzx-react", - "version": "0.3.1", + "version": "0.4.0", "description": "The custom react eslint rules based on airbnb. (Support Typescript Eslint)", "main": "index.js", "engines": {