From b6e3cd509cdbb2bfa09e00a0e0ae5caa31a40fd4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Apr 2021 15:06:54 +0000 Subject: [PATCH] chore(release): 1.0.32 [skip ci] ## [1.0.32](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.31...1.0.32) (2021-04-27) ### Bug Fixes * bump eslint-plugin-jest from 24.3.5 to 24.3.6 ([#65](https://github.com/idaho/eslint-config-idaho1980/issues/65)) ([9553f8b](https://github.com/idaho/eslint-config-idaho1980/commit/9553f8b2a635062c42ad53a12c264596787ca755)) --- 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 fed990e..5e98b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.32](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.31...1.0.32) (2021-04-27) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.3.5 to 24.3.6 ([#65](https://github.com/idaho/eslint-config-idaho1980/issues/65)) ([9553f8b](https://github.com/idaho/eslint-config-idaho1980/commit/9553f8b2a635062c42ad53a12c264596787ca755)) + ## [1.0.31](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.30...1.0.31) (2021-04-27) diff --git a/package-lock.json b/package-lock.json index a5cc080..c48c2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.31", + "version": "1.0.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b70911a..9427506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.31", + "version": "1.0.32", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",