Skip to content

Commit

Permalink
chore(release): 0.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2020-03-31)

### Bug Fixes

* eslint fixes. ([13700c7](13700c7))
* eslint fixes. ([64ab7c7](64ab7c7))
* Improve GraphQL efficiency. Closes newrelic/nr1-github[#7](#7) ([1af4390](1af4390))
* Move Component to PureComponent per catalog requirements. ([215e61c](215e61c))
* remove unneeded state contexts. ([e6be149](e6be149))
* smaller library w/ lodash.get ([6ef1d57](6ef1d57))
  • Loading branch information
@semantic-release-bot committed Mar 31, 2020
1 parent 8393397 commit d7e2967
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-github",
"description": "Nerdpack nr1-github",
"version": "0.5.0",
"version": "0.5.1",
"bugs": {
"email": "[email protected]"
},
Expand Down

0 comments on commit d7e2967

Please sign in to comment.