From 9854d8e19e82b4f7b8a38297c8c2f71b2f575c49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Aug 2020 20:30:56 +0000 Subject: [PATCH] chore(release): 1.1.0 ## [1.1.0](https://github.com/btorresgil/probot-community-health/compare/v1.0.0...v1.1.0) (2020-08-15) ### Features * Add license checks ([33cce8a](https://github.com/btorresgil/probot-community-health/commit/33cce8a958a89c53674026826e9896d0cda8d5ae)) * Sort checks in results by their value ([026c6fe](https://github.com/btorresgil/probot-community-health/commit/026c6fedd736676e85066522cb6c7cdc845b7916)) --- 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 39ea277..3828da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "probot-community-health", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23530e9..6cc7dff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "probot-community-health", - "version": "1.0.0", + "version": "1.1.0", "description": "Assesses the community health of organization repositories and guides maintainers to improve", "author": "Brian Torres-Gil ", "license": "ISC",