diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d233f7..6b0240c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.44](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.43...1.0.44) (2021-05-31) + + +### Bug Fixes + +* bump eslint-plugin-react from 7.23.2 to 7.24.0 ([#95](https://github.com/idaho/eslint-config-idaho1980/issues/95)) ([307cbc4](https://github.com/idaho/eslint-config-idaho1980/commit/307cbc48fee424c91417ef3340391c4ad59226c0)) + ## [1.0.43](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.42...1.0.43) (2021-05-31) diff --git a/package-lock.json b/package-lock.json index 16849af..0ad7470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.43", + "version": "1.0.44", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5425d5..df3bfbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.43", + "version": "1.0.44", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",