Skip to content

Commit

Permalink
chore(release): 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Mar 24, 2020
1 parent 750629b commit 4c4a84f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [10.0.2](https://github.com/cybozu/eslint-config/compare/v10.0.1...v10.0.2) (2020-03-24)


### Bug Fixes

* **deps:** update dependency babel-eslint to ^10.1.0 ([#243](https://github.com/cybozu/eslint-config/issues/243)) ([efd2f98](https://github.com/cybozu/eslint-config/commit/efd2f987d92bfc7cd7e8a5bfbe8f993a02442f8e))
* **deps:** update dependency eslint-config-prettier to ^6.10.1 ([5681dce](https://github.com/cybozu/eslint-config/commit/5681dce3f70b6ce015e65d61997f4b060102e649))
* **deps:** update dependency eslint-plugin-react-hooks to ^2.5.1 ([0ae7e2d](https://github.com/cybozu/eslint-config/commit/0ae7e2d6bf29512e729f82b57edd84661f65ad6f))
* **deps:** update eslint and prettier ([#235](https://github.com/cybozu/eslint-config/issues/235)) ([36592a9](https://github.com/cybozu/eslint-config/commit/36592a9f9af4a080c04395d3841688363f7be1d1))
* **deps:** update typescript-eslint monorepo to ^2.23.0 ([#240](https://github.com/cybozu/eslint-config/issues/240)) ([7c5b9c9](https://github.com/cybozu/eslint-config/commit/7c5b9c951ad5b74a91fe1a9d1db43bd1fff9fb5b))
* **deps:** update typescript-eslint monorepo to ^2.24.0 ([#247](https://github.com/cybozu/eslint-config/issues/247)) ([963fb43](https://github.com/cybozu/eslint-config/commit/963fb435a6e55421b64f81f1a7d0ed108d0dbf3e))

### [10.0.1](https://github.com/cybozu/eslint-config/compare/v10.0.0...v10.0.1) (2020-02-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"repository": "cybozu/eslint-config",
"homepage": "https://github.com/cybozu/eslint-config",
"bugs": "https://github.com/cybozu/eslint-config/issues",
"version": "10.0.1",
"version": "10.0.2",
"description": "ESLint rules for Cybozu",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 4c4a84f

Please sign in to comment.