This commit is contained in:
Justin 2018-04-21 02:45:59 -04:00
parent 5e3df4cfe2
commit ca8e8a0d12
3 changed files with 7 additions and 2 deletions

View File

@ -377,6 +377,7 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod
- [Ev Haus](https://github.com/EvHaus)
- [zhao0](https://github.com/zhao0)
- [Joshua Grosso](https://github.com/jgrosso)
- [Frédéric Boutin](https://github.com/fboutin-pmc)
## License
@ -384,6 +385,10 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod
## Changelog
[3.2.0](https://github.com/jdalrymple/node-gitlab-api/tags/3.2.0) (2018-4-21)
------------------
- Completed ProjectPipeline Support in PR [#72](https://github.com/jdalrymple/node-gitlab-api/pull/72) thanks to [Frédéric Boutin](https://github.com/fboutin-pmc)
[3.1.1](https://github.com/jdalrymple/node-gitlab-api/tags/3.1.1) (2018-4-17)
------------------
- Fixed missing UserCustomAttributes export

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "3.1.1",
"version": "3.2.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {