From 63b11574aa1db3b88be3b3baeb16dbaceb9e566b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2019 14:37:11 +0000 Subject: [PATCH] chore(release): 12.1.0 [skip ci] # [12.1.0](https://github.com/jdalrymple/node-gitlab/compare/12.0.1...12.1.0) (2019-12-05) ### Bug Fixes * Removing required options object in a few of the API methods ([#505](https://github.com/jdalrymple/node-gitlab/issues/505)) ([b709ef6](https://github.com/jdalrymple/node-gitlab/commit/b709ef6716d15368c8775d77e5eb0cf22d6369a7)) ### Features * Add Group/File schemas ([#506](https://github.com/jdalrymple/node-gitlab/issues/506)) ([f467816](https://github.com/jdalrymple/node-gitlab/commit/f467816070bffcd3776e5dc3e6074c92bf6d644e)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa1e63da..7208d51da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [12.1.0](https://github.com/jdalrymple/node-gitlab/compare/12.0.1...12.1.0) (2019-12-05) + + +### Bug Fixes + +* Removing required options object in a few of the API methods ([#505](https://github.com/jdalrymple/node-gitlab/issues/505)) ([b709ef6](https://github.com/jdalrymple/node-gitlab/commit/b709ef6716d15368c8775d77e5eb0cf22d6369a7)) + + +### Features + +* Add Group/File schemas ([#506](https://github.com/jdalrymple/node-gitlab/issues/506)) ([f467816](https://github.com/jdalrymple/node-gitlab/commit/f467816070bffcd3776e5dc3e6074c92bf6d644e)) + ## [12.0.1](https://github.com/jdalrymple/node-gitlab/compare/12.0.0...12.0.1) (2019-11-27) diff --git a/package-lock.json b/package-lock.json index bba01b494..aee76828f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "12.0.1", + "version": "12.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06114497d..3d51a7531 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": "12.0.1", + "version": "12.1.0", "author": { "name": "Justin Dalrymple", "email": "justin.s.dalrymple@gmail.com"