Updating readme, changelog and version

This commit is contained in:
Justin Dalrymple 2017-09-24 09:57:31 -04:00
parent 385ef9f351
commit 02f75a7f10
2 changed files with 5 additions and 1 deletions

View File

@ -103,6 +103,10 @@ MIT
## Changelog
[1.1.0](https://github.com/jdalrymple/node-gitlab-api/385ef9f351981f26180e1381525ade458bcde1cd) (2017-09-24)
------------------
- Adding proper pagination support
[1.0.14](https://github.com/jdalrymple/node-gitlab-api/b8fb74828503f0a6432376ad156b7f9e33f6228e) (2017-08-1)
------------------
- Adding default file name for file uploads. If none is supplied, the filename is

View File

@ -1,6 +1,6 @@
{
"name": "node-gitlab-api",
"version": "1.0.14",
"version": "1.1.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "src/index.js",
"directories": {},