Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.2...v0.3.0) (2019-11-14)

### Bug Fixes

* **github.js:** Handle the api location. Closes [#15](#15). Closes [#16](#16). ([f32cdfa](f32cdfa))
* Handling the GITHUB_URL for public GH. ([cd18fee](cd18fee))

### Features

* circleci and semantic-release ([#18](#18)) ([f63d00c](f63d00c))
  • Loading branch information
@semantic-release-bot committed Nov 14, 2019
1 parent f63d00c commit 98c77ba
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
@@ -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))
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.2.3",
"version": "0.3.0",
"bugs": {
"email": "[email protected]"
},
Expand Down

0 comments on commit 98c77ba

Please sign in to comment.