From 0fb4a343a048582bfbe02e033763c1b27f290118 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Tue, 1 Jun 2021 17:43:30 +0000 Subject: [PATCH] chore(release): 0.6.13 [skip ci] ## [0.6.13](https://github.com/newrelic/nr1-github/compare/v0.6.12...v0.6.13) (2021-06-01) ### Bug Fixes * ESLint issues ([b04c92e](https://github.com/newrelic/nr1-github/commit/b04c92e8335e393fb0c9234d6eb6caab16b97732)) * prevent setting url until PAT is set ([6512d7b](https://github.com/newrelic/nr1-github/commit/6512d7be4b104499d4ba6d02ccf4684e41fcd2be)) * revert NerdPack Id ([9f3a90f](https://github.com/newrelic/nr1-github/commit/9f3a90fee6100148f1d76cd3a43a09ca462364d2)) --- docs/CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5081cc8..9e7436d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.13](https://github.com/newrelic/nr1-github/compare/v0.6.12...v0.6.13) (2021-06-01) + + +### Bug Fixes + +* ESLint issues ([b04c92e](https://github.com/newrelic/nr1-github/commit/b04c92e8335e393fb0c9234d6eb6caab16b97732)) +* prevent setting url until PAT is set ([6512d7b](https://github.com/newrelic/nr1-github/commit/6512d7be4b104499d4ba6d02ccf4684e41fcd2be)) +* revert NerdPack Id ([9f3a90f](https://github.com/newrelic/nr1-github/commit/9f3a90fee6100148f1d76cd3a43a09ca462364d2)) + ## [0.6.12](https://github.com/newrelic/nr1-github/compare/v0.6.11...v0.6.12) (2021-05-24) diff --git a/package-lock.json b/package-lock.json index e53fd23..bdad010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-github", - "version": "0.6.12", + "version": "0.6.13", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fa4ce6f..8c62040 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.6.12", + "version": "0.6.13", "bugs": { "email": "opensource+nr1-github@newrelic.com" },