diff --git a/CHANGELOG.md b/CHANGELOG.md index fed990e..5e98b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.32](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.31...1.0.32) (2021-04-27) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.3.5 to 24.3.6 ([#65](https://github.com/idaho/eslint-config-idaho1980/issues/65)) ([9553f8b](https://github.com/idaho/eslint-config-idaho1980/commit/9553f8b2a635062c42ad53a12c264596787ca755)) + ## [1.0.31](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.30...1.0.31) (2021-04-27) diff --git a/package-lock.json b/package-lock.json index a5cc080..c48c2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.31", + "version": "1.0.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b70911a..9427506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.31", + "version": "1.0.32", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",