diff --git a/CHANGELOG.md b/CHANGELOG.md index bca06cc..de1c6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.3](https://github.com/newrelic/repolinter-action/compare/v1.6.2...v1.6.3) (2020-12-28) + + +### Bug Fixes + +* update CI workflow to publish to GHCR ([702a654](https://github.com/newrelic/repolinter-action/commit/702a654c4ef5596c04ad9ce8a603e792014f9e32)) + ## [1.6.2](https://github.com/newrelic/repolinter-action/compare/v1.6.1...v1.6.2) (2020-12-28) diff --git a/package-lock.json b/package-lock.json index cc259da..18b4d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5df39c9..25142eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repolinter-action", - "version": "1.6.2", + "version": "1.6.3", "private": true, "description": "GitHub action to automatically enforce open source policies using Repolinter", "main": "lib/entry.js",