From d807eed238456eef244b7b1620b5867a7df48dcd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jan 2020 12:36:49 +0000 Subject: [PATCH] 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](https://github.com/jdalrymple/node-gitlab/commit/cb5f8228ca1f64cc55b79e1ef475c3d49568267a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422e51d8..19c7227d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f526c4bc..417ea579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "14.2.1", + "version": "14.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e2244cb..039e5823 100644 --- a/package.json +++ b/package.json @@ -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"