Skip to content

Commit d807eed

Browse files
chore(release): 14.2.2 [skip ci]
## [14.2.2](14.2.1...14.2.2) (2020-01-30) ### Bug Fixes * Incorrect request method in MergeRequests.approvalState() method ([#586](#586)) ([cb5f822](cb5f822))
1 parent cb5f822 commit d807eed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [14.2.2](https://github.com/jdalrymple/node-gitlab/compare/14.2.1...14.2.2) (2020-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [14.2.1](https://github.com/jdalrymple/node-gitlab/compare/14.2.0...14.2.1) (2020-01-20)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitlab",
33
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
4-
"version": "14.2.1",
4+
"version": "14.2.2",
55
"author": {
66
"name": "Justin Dalrymple",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)