From 7691c1728a7ef143f2452395393511ce200dcb43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 May 2021 10:10:55 +0000 Subject: [PATCH] chore(release): 1.0.40 [skip ci] ## [1.0.40](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.39...1.0.40) (2021-05-20) ### Bug Fixes * bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0 ([#82](https://github.com/idaho/eslint-config-idaho1980/issues/82)) ([ef5f2fd](https://github.com/idaho/eslint-config-idaho1980/commit/ef5f2fd27c52a837cceaafb790f9d19b76d86d30)) --- 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 4c6d5b1..025bb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.40](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.39...1.0.40) (2021-05-20) + + +### Bug Fixes + +* bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0 ([#82](https://github.com/idaho/eslint-config-idaho1980/issues/82)) ([ef5f2fd](https://github.com/idaho/eslint-config-idaho1980/commit/ef5f2fd27c52a837cceaafb790f9d19b76d86d30)) + ## [1.0.39](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.38...1.0.39) (2021-05-20) diff --git a/package-lock.json b/package-lock.json index 077f7c5..cc54a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.39", + "version": "1.0.40", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 018e4f9..8530b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.39", + "version": "1.0.40", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",