diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f27aac..23372e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.8...1.0.9) (2021-03-09) + + +### Bug Fixes + +* bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 ([#23](https://github.com/idaho/eslint-config-idaho1980/issues/23)) ([abfe49c](https://github.com/idaho/eslint-config-idaho1980/commit/abfe49c6982c4aeedff815342c922be55bd7196d)) + ## [1.0.8](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.7...1.0.8) (2021-03-09) diff --git a/package-lock.json b/package-lock.json index 4238a52..6e2fee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d63104a..99c040f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.8", + "version": "1.0.9", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",