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