Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
- Updating packages
- Adding support for the retrieval of projects by user id [#105](#105) thanks to [Michael Townsend](https://github.com/Continuities)
  • Loading branch information
jdalrymple committed Jun 26, 2018
1 parent cfcae7b commit 7ee08ac
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

[3.4.3](https://github.com/jdalrymple/node-gitlab/tags/3.4.3) (2018-6-25)
------------------
- Updating packages
- Adding support for the retrieval of projects by user id [#105](https://github.com/jdalrymple/node-gitlab/pull/105) thanks to [Michael Townsend](https://github.com/Continuities)

[3.4.2](https://github.com/jdalrymple/node-gitlab/tags/3.4.2) (2018-6-06)
------------------
- Fixing previous release errors [#100](https://github.com/jdalrymple/node-gitlab/issues/100)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod
- [Sharma-Rajat](https://github.com/Sharma-Rajat)
- [Joseph Petersen](https://github.com/casz)
- [Igor Katsuba](https://github.com/Defenderbass)
- [Michael Townsend](https://github.com/Continuities)

## License

Expand Down
20 changes: 14 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "0.0.0-development",
"version": "3.4.3",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-react": "^7.9.1",
"jest": "^23.1.0",
"jest-tap-reporter": "^1.9.0",
"regenerator-runtime": "^0.12.0"
"regenerator-runtime": "^0.12.0",
"semantic-release": "^15.6.0"
},
"dependencies": {
Expand Down

0 comments on commit 7ee08ac

Please sign in to comment.