Skip to content

Commit

Permalink
chore(release): 10.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.2.0](10.1.2...10.2.0) (2019-08-22)

### Bug Fixes

* incorrect url path for mr unapprove ([85c3329](85c3329))

### Features

* Add Gitlab Blame endpoint to the RespositoryFiles API ([ac670cc](ac670cc)), closes [#409](#409)
* Adding fork relationship support ([76cb783](76cb783)), closes [#410](#410)
  • Loading branch information
semantic-release-bot committed Aug 22, 2019
1 parent 45ab1fe commit a950011
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [10.2.0](https://github.com/jdalrymple/node-gitlab/compare/10.1.2...10.2.0) (2019-08-22)


### Bug Fixes

* incorrect url path for mr unapprove ([85c3329](https://github.com/jdalrymple/node-gitlab/commit/85c3329))


### Features

* Add Gitlab Blame endpoint to the RespositoryFiles API ([ac670cc](https://github.com/jdalrymple/node-gitlab/commit/ac670cc)), closes [#409](https://github.com/jdalrymple/node-gitlab/issues/409)
* Adding fork relationship support ([76cb783](https://github.com/jdalrymple/node-gitlab/commit/76cb783)), closes [#410](https://github.com/jdalrymple/node-gitlab/issues/410)

## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitlab",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "10.1.2",
"version": "10.2.0",
"author": {
"name": "Justin Dalrymple",
"email": "[email protected]"
Expand Down

0 comments on commit a950011

Please sign in to comment.