From c8dc6cc349d821ee59720882eab9e7441cada1f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Aug 2020 23:45:08 +0000 Subject: [PATCH] chore(release): 1.0.6 ## [1.0.6](https://github.com/newrelic/repolinter-action/compare/v1.0.5...v1.0.6) (2020-08-13) ### Bug Fixes * add debug logging ([b146162](https://github.com/newrelic/repolinter-action/commit/b146162096d0a76ad5e6222e87875a67fd7a6cc2)) --- 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 d9abcca..4ba6d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/newrelic/repolinter-action/compare/v1.0.5...v1.0.6) (2020-08-13) + + +### Bug Fixes + +* add debug logging ([b146162](https://github.com/newrelic/repolinter-action/commit/b146162096d0a76ad5e6222e87875a67fd7a6cc2)) + ## [1.0.5](https://github.com/newrelic/repolinter-action/compare/v1.0.4...v1.0.5) (2020-08-13) diff --git a/package-lock.json b/package-lock.json index cbcfce7..e747f38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 376e1d8..d48cc08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.0.5", + "version": "1.0.6", "private": true, "description": "GitHub action to automatically enforce open source policies using Repolinter", "main": "lib/entry.js",