From ad023b7dd54c0ce97886aded3ef6c7aef5c9176e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Oct 2021 07:26:09 +0000 Subject: [PATCH] chore(release): 1.0.22 [skip ci] ## [1.0.22](https://github.com/idaho/fltri-eslint-config/compare/1.0.21...1.0.22) (2021-10-07) ### Bug Fixes * bump eslint-plugin-jest from 24.5.0 to 24.5.2 ([#41](https://github.com/idaho/fltri-eslint-config/issues/41)) ([2fe8426](https://github.com/idaho/fltri-eslint-config/commit/2fe84266745bf4d12e20bf12901abf4b7022a49d)) --- 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 4b15bc5..9b8fdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.22](https://github.com/idaho/fltri-eslint-config/compare/1.0.21...1.0.22) (2021-10-07) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.5.0 to 24.5.2 ([#41](https://github.com/idaho/fltri-eslint-config/issues/41)) ([2fe8426](https://github.com/idaho/fltri-eslint-config/commit/2fe84266745bf4d12e20bf12901abf4b7022a49d)) + ## [1.0.21](https://github.com/idaho/fltri-eslint-config/compare/1.0.20...1.0.21) (2021-10-01) diff --git a/package-lock.json b/package-lock.json index fd0e918..056c35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fltri/eslint-config", - "version": "1.0.21", + "version": "1.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6078181..469a06c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fltri/eslint-config", "private": false, - "version": "1.0.21", + "version": "1.0.22", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",