mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Updating changelog and version
This commit is contained in:
parent
9f6aaa95b9
commit
b4a643fb0c
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gitlab",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user