From b4a643fb0c1b969d76ae784612985ee70e4df653 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 1 Jun 2018 20:45:11 -0400 Subject: [PATCH] Updating changelog and version --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807e6640..4de3844b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +[3.4.1](https://github.com/jdalrymple/node-gitlab/tags/3.4.1) (2018-6-01) +------------------ +- Seperated out changelog +- Adding ability to view pagination information, [#94](https://github.com/jdalrymple/node-gitlab/issues/94), via the showPagination option + [3.4.0](https://github.com/jdalrymple/node-gitlab/tags/3.4.0) (2018-5-24) ------------------ - Added the first stage of testing in [#71](https://github.com/jdalrymple/node-gitlab/pull/71) with [Adam Dehnel](https://github.com/arsdehnel)'s guidance diff --git a/package-lock.json b/package-lock.json index 5e2da6bb..e59d13d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 491df1ec..d8115e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "3.4.0", + "version": "3.4.1", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "dist/latest/index.js", "engines": {