From ab141e73e05f51335c86640f21b645a05d7e656b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Oct 2021 10:34:58 +0000 Subject: [PATCH] chore(release): 1.0.23 [skip ci] ## [1.0.23](https://github.com/idaho/fltri-eslint-config/compare/1.0.22...1.0.23) (2021-10-07) ### Bug Fixes * bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 ([#42](https://github.com/idaho/fltri-eslint-config/issues/42)) ([ea1a6d1](https://github.com/idaho/fltri-eslint-config/commit/ea1a6d189d35d93cc36edc7956a139daa8ac2130)) --- 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 9b8fdba..eaaf8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.23](https://github.com/idaho/fltri-eslint-config/compare/1.0.22...1.0.23) (2021-10-07) + + +### Bug Fixes + +* bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 ([#42](https://github.com/idaho/fltri-eslint-config/issues/42)) ([ea1a6d1](https://github.com/idaho/fltri-eslint-config/commit/ea1a6d189d35d93cc36edc7956a139daa8ac2130)) + ## [1.0.22](https://github.com/idaho/fltri-eslint-config/compare/1.0.21...1.0.22) (2021-10-07) diff --git a/package-lock.json b/package-lock.json index e3cfee8..464d4ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fltri/eslint-config", - "version": "1.0.22", + "version": "1.0.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3ee347..4a921d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fltri/eslint-config", "private": false, - "version": "1.0.22", + "version": "1.0.23", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",