From efdec062109c175d0d87d2426d17b1f99185fc22 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Tue, 4 May 2021 15:30:28 +0000 Subject: [PATCH] chore(release): 0.6.8 [skip ci] ## [0.6.8](https://github.com/newrelic/nr1-github/compare/v0.6.7...v0.6.8) (2021-05-04) ### Bug Fixes * Restrict repo links to http/https ([76c0bad](https://github.com/newrelic/nr1-github/commit/76c0badc7d689cc567d3f317a546c57bc72b6f3c)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 750883b..e53fe9c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.8](https://github.com/newrelic/nr1-github/compare/v0.6.7...v0.6.8) (2021-05-04) + + +### Bug Fixes + +* Restrict repo links to http/https ([76c0bad](https://github.com/newrelic/nr1-github/commit/76c0badc7d689cc567d3f317a546c57bc72b6f3c)) + ## [0.6.7](https://github.com/newrelic/nr1-github/compare/v0.6.6...v0.6.7) (2021-03-25) diff --git a/package-lock.json b/package-lock.json index 4dfbb26..1bea3f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-github", - "version": "0.6.7", + "version": "0.6.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1c6f214..63a8e31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.6.7", + "version": "0.6.8", "bugs": { "email": "opensource+nr1-github@newrelic.com" },