From 797aa2c8d6f86dabfe3fa4bb6c138c38e17a03d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Mar 2021 10:07:14 +0000 Subject: [PATCH] chore(release): 1.0.10 [skip ci] ## [1.0.10](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.9...1.0.10) (2021-03-10) ### Bug Fixes * bump eslint-plugin-jest from 24.1.9 to 24.2.0 ([#26](https://github.com/idaho/eslint-config-idaho1980/issues/26)) ([240b8c5](https://github.com/idaho/eslint-config-idaho1980/commit/240b8c5fd92f979107460af888a3a465849b001c)) --- 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 23372e3..028e262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.10](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.9...1.0.10) (2021-03-10) + + +### Bug Fixes + +* bump eslint-plugin-jest from 24.1.9 to 24.2.0 ([#26](https://github.com/idaho/eslint-config-idaho1980/issues/26)) ([240b8c5](https://github.com/idaho/eslint-config-idaho1980/commit/240b8c5fd92f979107460af888a3a465849b001c)) + ## [1.0.9](https://github.com/idaho/eslint-config-idaho1980/compare/1.0.8...1.0.9) (2021-03-09) diff --git a/package-lock.json b/package-lock.json index cbff11c..71ed0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7aa3d2b..cc8fd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-idaho1980", - "version": "1.0.9", + "version": "1.0.10", "description": "My custom ESLint config set.", "main": "node.js", "author": "idaho",