Skip to content

Commit

Permalink
chore(release): 6.3.6 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.6](6.3.5...6.3.6) (2019-06-12)

### Bug Fixes

* Use improved pagination regex to remove service url + leaf ([2b290b5](2b290b5)), closes [#352](#352)
  • Loading branch information
semantic-release-bot committed Jun 12, 2019
1 parent 4614a49 commit 9e132f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.3.6](https://github.com/jdalrymple/node-gitlab/compare/6.3.5...6.3.6) (2019-06-12)


### Bug Fixes

* Use improved pagination regex to remove service url + leaf ([2b290b5](https://github.com/jdalrymple/node-gitlab/commit/2b290b5)), closes [#352](https://github.com/jdalrymple/node-gitlab/issues/352)

## [6.3.5](https://github.com/jdalrymple/node-gitlab/compare/6.3.4...6.3.5) (2019-06-12)


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,6 +1,6 @@
{
"name": "gitlab",
"version": "6.3.5",
"version": "6.3.6",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"keywords": [
"api",
Expand Down

0 comments on commit 9e132f1

Please sign in to comment.