Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2021-12-23)

### Bug Fixes

* update package.json ([fbc4d8e](fbc4d8e))

### Features

* add ignore files for eslint and prettier ([5827a2d](5827a2d))
* add tsconfig.json ([d26a4c9](d26a4c9))
* modify test ([a5e539f](a5e539f))
* rewrite eslint config ([23c42b0](23c42b0))
* update commitlint config ([381bef8](381bef8))
* update config for eslint and gitignore ([93c38af](93c38af))
* update lint-staged config ([bb822e4](bb822e4))
* update package and README.md ([dfc4fe5](dfc4fe5))
* update package.json including rewriting script and updating prettier to v7, etc ([1abae5b](1abae5b))
* update README.md ([23d14fd](23d14fd))
* update travis.yml ([e92e80e](e92e80e))
  • Loading branch information
semantic-release-bot committed Dec 23, 2021
1 parent 75007d1 commit 32726af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 32726af

Please sign in to comment.