From d7e29676ace84d554a7ec1a79e5779fdb8ffb594 Mon Sep 17 00:00:00 2001 From: "@semantic-release-bot" Date: Tue, 31 Mar 2020 20:24:39 +0000 Subject: [PATCH] chore(release): 0.5.1 [skip ci] ## [0.5.1](https://github.com/newrelic/nr1-github/compare/v0.5.0...v0.5.1) (2020-03-31) ### Bug Fixes * eslint fixes. ([13700c7](https://github.com/newrelic/nr1-github/commit/13700c70b3acdc36ad907983d4813bfa17654c5f)) * eslint fixes. ([64ab7c7](https://github.com/newrelic/nr1-github/commit/64ab7c7b0b657c897028bb76f7ec5d5fc22e2379)) * Improve GraphQL efficiency. Closes newrelic/nr1-github[#7](https://github.com/newrelic/nr1-github/issues/7) ([1af4390](https://github.com/newrelic/nr1-github/commit/1af43903acc0e66c55f99ed62bb3f97cd01c8e5b)) * Move Component to PureComponent per catalog requirements. ([215e61c](https://github.com/newrelic/nr1-github/commit/215e61ce162a4732dccd4549cdfeec42eb8b681b)) * remove unneeded state contexts. ([e6be149](https://github.com/newrelic/nr1-github/commit/e6be14977de59a540a77eb0f1626e7dc1f44d2f2)) * smaller library w/ lodash.get ([6ef1d57](https://github.com/newrelic/nr1-github/commit/6ef1d574b5b77e8d11e91e3ee60c4108405239c9)) --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 908e663..c34ed43 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.5.1](https://github.com/newrelic/nr1-github/compare/v0.5.0...v0.5.1) (2020-03-31) + + +### Bug Fixes + +* eslint fixes. ([13700c7](https://github.com/newrelic/nr1-github/commit/13700c70b3acdc36ad907983d4813bfa17654c5f)) +* eslint fixes. ([64ab7c7](https://github.com/newrelic/nr1-github/commit/64ab7c7b0b657c897028bb76f7ec5d5fc22e2379)) +* Improve GraphQL efficiency. Closes newrelic/nr1-github[#7](https://github.com/newrelic/nr1-github/issues/7) ([1af4390](https://github.com/newrelic/nr1-github/commit/1af43903acc0e66c55f99ed62bb3f97cd01c8e5b)) +* Move Component to PureComponent per catalog requirements. ([215e61c](https://github.com/newrelic/nr1-github/commit/215e61ce162a4732dccd4549cdfeec42eb8b681b)) +* remove unneeded state contexts. ([e6be149](https://github.com/newrelic/nr1-github/commit/e6be14977de59a540a77eb0f1626e7dc1f44d2f2)) +* smaller library w/ lodash.get ([6ef1d57](https://github.com/newrelic/nr1-github/commit/6ef1d574b5b77e8d11e91e3ee60c4108405239c9)) + # [0.5.0](https://github.com/newrelic/nr1-github/compare/v0.4.0...v0.5.0) (2020-03-06) diff --git a/package.json b/package.json index 9fb3e6f..56c984b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.5.0", + "version": "0.5.1", "bugs": { "email": "opensource+nr1-github@newrelic.com" },