chore(release): 14.2.2 [skip ci]

## [14.2.2](https://github.com/jdalrymple/node-gitlab/compare/14.2.1...14.2.2) (2020-01-30)

### Bug Fixes

* Incorrect request method in MergeRequests.approvalState() method ([#586](https://github.com/jdalrymple/node-gitlab/issues/586)) ([cb5f822](cb5f8228ca))
This commit is contained in:
semantic-release-bot 2020-01-30 12:36:49 +00:00
parent cb5f8228ca
commit d807eed238
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [14.2.2](https://github.com/jdalrymple/node-gitlab/compare/14.2.1...14.2.2) (2020-01-30)
### Bug Fixes
* Incorrect request method in MergeRequests.approvalState() method ([#586](https://github.com/jdalrymple/node-gitlab/issues/586)) ([cb5f822](https://github.com/jdalrymple/node-gitlab/commit/cb5f8228ca1f64cc55b79e1ef475c3d49568267a))
## [14.2.1](https://github.com/jdalrymple/node-gitlab/compare/14.2.0...14.2.1) (2020-01-20)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "14.2.1",
"version": "14.2.2",
"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": "14.2.1",
"version": "14.2.2",
"author": {
"name": "Justin Dalrymple",
"email": "justin.s.dalrymple@gmail.com"