chore(release): 11.2.0 [skip ci]

# [11.2.0](https://github.com/jdalrymple/node-gitlab/compare/11.1.2...11.2.0) (2019-10-01)

### Features

* **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653))
This commit is contained in:
semantic-release-bot 2019-10-01 21:26:19 +00:00
parent 4b3512dba8
commit b84ad731a6
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [11.2.0](https://github.com/jdalrymple/node-gitlab/compare/11.1.2...11.2.0) (2019-10-01)
### Features
* **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653))
## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "11.1.2",
"version": "11.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "gitlab",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "11.1.2",
"version": "11.2.0",
"author": {
"name": "Justin Dalrymple",
"email": "justin.s.dalrymple@gmail.com"