From d7da55afeda9474c417fce2abaaf39a6c10fe31f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Mar 2021 18:40:16 +0000 Subject: [PATCH] chore(release): 1.0.12 [skip ci] ## [1.0.12](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.11...1.0.12) (2021-03-15) ### Bug Fixes * bump eslint-plugin-jest from 24.2.1 to 24.3.1 ([#30](https://github.com/idaho/eslint-config-idaho1980/issues/30)) ([adad815](https://github.com/idaho/eslint-config-idaho1980/commit/adad815a99aa8ba7c65728c8306de4779d17dc59)) --- 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 930ddaf..ff5256e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.12](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.11...1.0.12) (2021-03-15) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.2.1 to 24.3.1 ([#30](https://github.com/idaho/eslint-config-idaho1980/issues/30)) ([adad815](https://github.com/idaho/eslint-config-idaho1980/commit/adad815a99aa8ba7c65728c8306de4779d17dc59)) + ## [1.0.11](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.10...1.0.11) (2021-03-11) diff --git a/package-lock.json b/package-lock.json index 2db5722..9fa3fcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3270799..266a35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.11", + "version": "1.0.12", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",