Skip to content

Commit

Permalink
Releasing latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Feb 13, 2018
1 parent cfe1f67 commit 5d7c031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,30 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod
- [Adam Dehnel](https://github.com/arsdehnel)
- [fewieden](https://github.com/fewieden)
- [Jeff Pelton](https://github.com/comster)
- [Claude Abounegm](https://github.com/claude-abounegm)

## License

[MIT](https://github.com/jdalrymple/node-gitlab-api/blob/master/LICENSE.md)

## Changelog

[2.2.4](https://github.com/jdalrymple/node-gitlab-api/) (2018-2-3)
------------------
- Fixed the missing options for tags.all #40
- Added delete key method to UserKeys.js #41 thanks to [Claude Abounegm](https://github.com/claude-abounegm)

[2.2.3](https://github.com/jdalrymple/node-gitlab-api/ce7f17693168b5dec3b36eb1d5ab796c9374613f) (2018-2-3)
------------------
Fixing bug within the customAttributes logic
- Fixing bug within the customAttributes logic

[2.2.2](https://github.com/jdalrymple/node-gitlab-api/ca1906879d869bf5b9aca0b2f64e46c89f3b5f4f) (2018-1-24)
------------------
Fixing bug with the version support
- Fixing bug with the version support

[2.2.1](https://github.com/jdalrymple/node-gitlab-api/e864064c98feda59d594d77b67f7d0657db78700) (2018-1-23)
------------------
Added support for the Version API through version.show()
- Added support for the Version API through version.show()

[2.2.0](https://github.com/jdalrymple/node-gitlab-api/96e414a75ad97e88ecaaff15a6c1409a9e27b963) (2018-1-18)
------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-gitlab-api",
"version": "2.2.3",
"version": "2.2.4",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {
Expand Down

0 comments on commit 5d7c031

Please sign in to comment.