diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba6d8e..899f682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/newrelic/repolinter-action/compare/v1.0.6...v1.0.7) (2020-08-14) + + +### Bug Fixes + +* add more request debugging ([f377ec1](https://github.com/newrelic/repolinter-action/commit/f377ec13ee80c0d4ff12c1a62b39f68b67295943)) + ## [1.0.6](https://github.com/newrelic/repolinter-action/compare/v1.0.5...v1.0.6) (2020-08-13) diff --git a/package-lock.json b/package-lock.json index e747f38..f4d25c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d48cc08..54eddf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "GitHub action to automatically enforce open source policies using Repolinter", "main": "lib/entry.js",