-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
45ab1fe
commit a950011
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|