diff --git a/CHANGELOG.md b/CHANGELOG.md index 028e262..930ddaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.11](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.10...1.0.11) (2021-03-11) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.2.0 to 24.2.1 ([#27](https://github.com/idaho/eslint-config-idaho1980/issues/27)) ([760c75a](https://github.com/idaho/eslint-config-idaho1980/commit/760c75a723319a9214d909deccd0e2182b965263)) + ## [1.0.10](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.9...1.0.10) (2021-03-10) diff --git a/package-lock.json b/package-lock.json index 6bdcde8..45b8c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18d9b5c..0e1a08a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.10", + "version": "1.0.11", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",