From 98c77ba37436aa341ac36f391dbacae716166834 Mon Sep 17 00:00:00 2001 From: "@semantic-release-bot" Date: Thu, 14 Nov 2019 21:42:27 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/newrelic/nr1-github/compare/v0.2.2...v0.3.0) (2019-11-14) ### Bug Fixes * **github.js:** Handle the api location. Closes [#15](https://github.com/newrelic/nr1-github/issues/15). Closes [#16](https://github.com/newrelic/nr1-github/issues/16). ([f32cdfa](https://github.com/newrelic/nr1-github/commit/f32cdfae00731b6b333fe65294f2d7aeaff10471)) * Handling the GITHUB_URL for public GH. ([cd18fee](https://github.com/newrelic/nr1-github/commit/cd18feec950e0ec5c2b7a7d7c1c4bcf5ae57bcff)) ### Features * circleci and semantic-release ([#18](https://github.com/newrelic/nr1-github/issues/18)) ([f63d00c](https://github.com/newrelic/nr1-github/commit/f63d00c1b879f8cc07d650a2c3e585fd5f0b78f8)) --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..05f6851 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,12 @@ +# [0.3.0](https://github.com/newrelic/nr1-github/compare/v0.2.2...v0.3.0) (2019-11-14) + + +### Bug Fixes + +* **github.js:** Handle the api location. Closes [#15](https://github.com/newrelic/nr1-github/issues/15). Closes [#16](https://github.com/newrelic/nr1-github/issues/16). ([f32cdfa](https://github.com/newrelic/nr1-github/commit/f32cdfae00731b6b333fe65294f2d7aeaff10471)) +* Handling the GITHUB_URL for public GH. ([cd18fee](https://github.com/newrelic/nr1-github/commit/cd18feec950e0ec5c2b7a7d7c1c4bcf5ae57bcff)) + + +### Features + +* circleci and semantic-release ([#18](https://github.com/newrelic/nr1-github/issues/18)) ([f63d00c](https://github.com/newrelic/nr1-github/commit/f63d00c1b879f8cc07d650a2c3e585fd5f0b78f8)) diff --git a/package.json b/package.json index 53f2aa2..ba34761 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.2.3", + "version": "0.3.0", "bugs": { "email": "opensource@newrelic.com" },