Skip to content

Commit

Permalink
chore(release): 3.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.11.1](3.11.0...3.11.1) (2018-08-28)

### Bug Fixes

* **applications-settings:** Edit of application settings not working ([#169](#169)) ([f0213ca](f0213ca))
* **test:** Application settings api updated ([#177](#177)) ([0723a7a](0723a7a))
  • Loading branch information
semantic-release-bot committed Aug 28, 2018
1 parent 0723a7a commit 3cbea0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.11.1](https://github.com/jdalrymple/node-gitlab/compare/3.11.0...3.11.1) (2018-08-28)


### Bug Fixes

* **applications-settings:** Edit of application settings not working ([#169](https://github.com/jdalrymple/node-gitlab/issues/169)) ([f0213ca](https://github.com/jdalrymple/node-gitlab/commit/f0213ca))
* **test:** Application settings api updated ([#177](https://github.com/jdalrymple/node-gitlab/issues/177)) ([0723a7a](https://github.com/jdalrymple/node-gitlab/commit/0723a7a))

# [3.11.0](https://github.com/jdalrymple/node-gitlab/compare/3.10.1...3.11.0) (2018-08-20)


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.11.0",
"version": "3.11.1",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down

0 comments on commit 3cbea0b

Please sign in to comment.