From 992f79b2fa793c37006a7009a601e3819dce4eee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Aug 2020 14:25:15 +0000 Subject: [PATCH] chore(release): 1.2.1 ### [1.2.1](https://github.com/btorresgil/probot-community-health/compare/v1.2.0...v1.2.1) (2020-08-24) ### Bug Fixes * Disabled tests showing in output ([cf2f2cf](https://github.com/btorresgil/probot-community-health/commit/cf2f2cfb03db803a8215cdbf64e1bbf0ec975308)) * Improved error handling ([6ef0445](https://github.com/btorresgil/probot-community-health/commit/6ef044581efbd06ffd0a051c756a8df3d9c18043)) * Improved log messages ([aabc64f](https://github.com/btorresgil/probot-community-health/commit/aabc64f1621fa5e6c04ade55401226664e1c5b1f)) * Issue wasn't updated after repo changes ([99a8c07](https://github.com/btorresgil/probot-community-health/commit/99a8c079f53f8006055c68e2b3499dfa3a119643)) * Issue/PR template always passed ([3fc10f2](https://github.com/btorresgil/probot-community-health/commit/3fc10f24bad2223134d548cbfd1cedbbe736b915)) * Some checks failed to update ([078ecbd](https://github.com/btorresgil/probot-community-health/commit/078ecbdb9a6127461d2eb1f4740d0231446956f2)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a13cdf..ae6e62a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "probot-community-health", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d9bea0..f301568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "probot-community-health", - "version": "1.2.0", + "version": "1.2.1", "description": "Assesses the community health of organization repositories and guides maintainers to improve", "author": "Brian Torres-Gil ", "license": "ISC",