From 5d7c031ca2b833b28633647195560379d88ba5b3 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Mon, 12 Feb 2018 21:17:45 -0500 Subject: [PATCH] Releasing latest updates --- README.md | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24e8426b1..1bda9a692 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ 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 @@ -145,17 +146,22 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod ## 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) ------------------ diff --git a/package.json b/package.json index c03f4683b..f2a9e6a79 100644 --- a/package.json +++ b/package.json @@ -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": {