diff --git a/CHANGELOG.md b/CHANGELOG.md index e08ce76..4c6d5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.39](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.38...1.0.39) (2021-05-20) + + +### Bug Fixes + +* bump @typescript-eslint/parser from 4.23.0 to 4.24.0 ([#81](https://github.com/idaho/eslint-config-idaho1980/issues/81)) ([be728d5](https://github.com/idaho/eslint-config-idaho1980/commit/be728d5a38696cc4158d14001f9da8ed18b1e4ea)) + ## [1.0.38](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.37...1.0.38) (2021-05-11) diff --git a/package-lock.json b/package-lock.json index f3e7040..6fd1d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.38", + "version": "1.0.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14b7187..d89fbb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.38", + "version": "1.0.39", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",