From c91d56aa7c208aa0575461e249e620a73c884f75 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Fri, 17 Nov 2017 21:03:20 -0500 Subject: [PATCH] 1.1.4 release --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd041d96..dd05ce50e 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod [MIT](https://github.com/jdalrymple/node-gitlab-api/blob/master/LICENSE.md) ## Changelog + +[1.1.4](https://github.com/jdalrymple/node-gitlab-api/328bc29fe48d1bf18c83779a214cce34e80dda09) (2017-11-17) +------------------ +- Library maintenance, cleaning up spelling errors, updating dependencies, adding to contributors lists etc. + [1.1.3](https://github.com/jdalrymple/node-gitlab-api/6f28ce1726ce371d4b0272d5f8305080d51e3e25) (2017-11-17) ------------------ - Fixing typos in the project sharing (group_access) thanks to [Christoph Lehmann](https://github.com/christophlehmann) diff --git a/package.json b/package.json index 99c2042c9..e0761c1cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-gitlab-api", - "version": "1.1.3", + "version": "1.1.4", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "src/index.js", "directories": {},