From e8482f94a30660baf86d99663cc826640b7c7e1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Mar 2021 18:19:10 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",