Skip to content

Commit

Permalink
chore(release): 3.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.6.0](3.5.1...3.6.0) (2018-07-24)

### Bug Fixes

* **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 4.0.0 ([#122](#122)) ([5351dcc](5351dcc))

### Features

* add mirror pull trigger ([#130](#130)) ([b6ccb80](b6ccb80))
* Making API version modifyable ([a2732b9](a2732b9))
* Updating Jobs API ([03a2f2d](03a2f2d))
* Updating participants function for issues ([f60e7ed](f60e7ed))
  • Loading branch information
semantic-release-bot committed Jul 24, 2018
1 parent 8d281f2 commit 2ee7f11
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.6.0](https://github.com/jdalrymple/node-gitlab/compare/3.5.1...3.6.0) (2018-07-24)


### Bug Fixes

* **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 4.0.0 ([#122](https://github.com/jdalrymple/node-gitlab/issues/122)) ([5351dcc](https://github.com/jdalrymple/node-gitlab/commit/5351dcc))


### Features

* add mirror pull trigger ([#130](https://github.com/jdalrymple/node-gitlab/issues/130)) ([b6ccb80](https://github.com/jdalrymple/node-gitlab/commit/b6ccb80))
* Making API version modifyable ([a2732b9](https://github.com/jdalrymple/node-gitlab/commit/a2732b9))
* Updating Jobs API ([03a2f2d](https://github.com/jdalrymple/node-gitlab/commit/03a2f2d))
* Updating participants function for issues ([f60e7ed](https://github.com/jdalrymple/node-gitlab/commit/f60e7ed))

# Changelog

[3.5.1](https://github.com/jdalrymple/node-gitlab/tags/3.4.5) (2018-7-08)
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": "3.5.1",
"version": "3.6.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down

0 comments on commit 2ee7f11

Please sign in to comment.