From 56ea5c22f4c2f56cbdc2ce9171598adc7398f650 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 May 2021 11:16:36 +0000 Subject: [PATCH] chore(release): 1.0.38 [skip ci] ## [1.0.38](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.37...1.0.38) (2021-05-11) ### Bug Fixes * bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 ([#77](https://github.com/idaho/eslint-config-idaho1980/issues/77)) ([dd25b2d](https://github.com/idaho/eslint-config-idaho1980/commit/dd25b2d554540185f8d8e01bf5991b50cb9445cf)) --- 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 d5bef52..e08ce76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.38](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.37...1.0.38) (2021-05-11) + + +### Bug Fixes + +* bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 ([#77](https://github.com/idaho/eslint-config-idaho1980/issues/77)) ([dd25b2d](https://github.com/idaho/eslint-config-idaho1980/commit/dd25b2d554540185f8d8e01bf5991b50cb9445cf)) + ## [1.0.37](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.36...1.0.37) (2021-05-11) diff --git a/package-lock.json b/package-lock.json index e9dc7f5..4c646c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.37", + "version": "1.0.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1d070e..8f4c730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.37", + "version": "1.0.38", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",