Updating changelog and version

This commit is contained in:
Justin 2018-06-01 20:45:11 -04:00
parent 9f6aaa95b9
commit b4a643fb0c
3 changed files with 7 additions and 2 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "3.4.0",
"version": "3.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {