From 32726afa8d8d36fd4791f613a6116be938352848 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Dec 2021 16:22:14 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.2.0...v0.3.0) (2021-12-23) ### Bug Fixes * update package.json ([fbc4d8e](https://github.com/VicSolWang/eslint-config-wzx-react/commit/fbc4d8e96eaebb5224d9f8b142fdd7612df759b2)) ### Features * add ignore files for eslint and prettier ([5827a2d](https://github.com/VicSolWang/eslint-config-wzx-react/commit/5827a2d9c3e2f1441aa9e0da3b0ccd71297eebbc)) * add tsconfig.json ([d26a4c9](https://github.com/VicSolWang/eslint-config-wzx-react/commit/d26a4c9c427644ad0da8bb4464b855013017cf9a)) * modify test ([a5e539f](https://github.com/VicSolWang/eslint-config-wzx-react/commit/a5e539f53896b6d95c988e6690e674865fdd9132)) * rewrite eslint config ([23c42b0](https://github.com/VicSolWang/eslint-config-wzx-react/commit/23c42b0ad9a5a81bfa7f294cd4e9c86d91e4d08b)) * update commitlint config ([381bef8](https://github.com/VicSolWang/eslint-config-wzx-react/commit/381bef81d9f8f95d3e8ecd22b69ca37b5e5f0309)) * update config for eslint and gitignore ([93c38af](https://github.com/VicSolWang/eslint-config-wzx-react/commit/93c38af3c8d9533b05c839d06c5fcbb15819483a)) * update lint-staged config ([bb822e4](https://github.com/VicSolWang/eslint-config-wzx-react/commit/bb822e419f8b92a8eaeca262f1ff3613c32237a0)) * update package and README.md ([dfc4fe5](https://github.com/VicSolWang/eslint-config-wzx-react/commit/dfc4fe5b6edb7353239c7a1ac56177162c57349d)) * update package.json including rewriting script and updating prettier to v7, etc ([1abae5b](https://github.com/VicSolWang/eslint-config-wzx-react/commit/1abae5b40411356d203204769bc9887d5142e33d)) * update README.md ([23d14fd](https://github.com/VicSolWang/eslint-config-wzx-react/commit/23d14fda67b72bbae8f505452269e9b65b644469)) * update travis.yml ([e92e80e](https://github.com/VicSolWang/eslint-config-wzx-react/commit/e92e80eb39bf23af604750960043cf93069ed6b0)) --- docs/CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..b2ec2c6 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,21 @@ +# [0.3.0](https://github.com/VicSolWang/eslint-config-wzx-react/compare/v0.2.0...v0.3.0) (2021-12-23) + + +### Bug Fixes + +* update package.json ([fbc4d8e](https://github.com/VicSolWang/eslint-config-wzx-react/commit/fbc4d8e96eaebb5224d9f8b142fdd7612df759b2)) + + +### Features + +* add ignore files for eslint and prettier ([5827a2d](https://github.com/VicSolWang/eslint-config-wzx-react/commit/5827a2d9c3e2f1441aa9e0da3b0ccd71297eebbc)) +* add tsconfig.json ([d26a4c9](https://github.com/VicSolWang/eslint-config-wzx-react/commit/d26a4c9c427644ad0da8bb4464b855013017cf9a)) +* modify test ([a5e539f](https://github.com/VicSolWang/eslint-config-wzx-react/commit/a5e539f53896b6d95c988e6690e674865fdd9132)) +* rewrite eslint config ([23c42b0](https://github.com/VicSolWang/eslint-config-wzx-react/commit/23c42b0ad9a5a81bfa7f294cd4e9c86d91e4d08b)) +* update commitlint config ([381bef8](https://github.com/VicSolWang/eslint-config-wzx-react/commit/381bef81d9f8f95d3e8ecd22b69ca37b5e5f0309)) +* update config for eslint and gitignore ([93c38af](https://github.com/VicSolWang/eslint-config-wzx-react/commit/93c38af3c8d9533b05c839d06c5fcbb15819483a)) +* update lint-staged config ([bb822e4](https://github.com/VicSolWang/eslint-config-wzx-react/commit/bb822e419f8b92a8eaeca262f1ff3613c32237a0)) +* update package and README.md ([dfc4fe5](https://github.com/VicSolWang/eslint-config-wzx-react/commit/dfc4fe5b6edb7353239c7a1ac56177162c57349d)) +* update package.json including rewriting script and updating prettier to v7, etc ([1abae5b](https://github.com/VicSolWang/eslint-config-wzx-react/commit/1abae5b40411356d203204769bc9887d5142e33d)) +* update README.md ([23d14fd](https://github.com/VicSolWang/eslint-config-wzx-react/commit/23d14fda67b72bbae8f505452269e9b65b644469)) +* update travis.yml ([e92e80e](https://github.com/VicSolWang/eslint-config-wzx-react/commit/e92e80eb39bf23af604750960043cf93069ed6b0)) diff --git a/package.json b/package.json index 0d603c8..50e88de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-wzx-react", - "version": "0.2.0", + "version": "0.3.0", "description": "The custom react eslint rules based on airbnb. (Support Typescript Eslint)", "main": "index.js", "engines": {