From 02bd590524646b0564133a3276a995bf03f5d805 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Sun, 30 Jul 2017 17:50:25 -0400 Subject: [PATCH] Updating changelog and version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24f3e9f22..0256daa8a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ MIT Changelog ========= -[1.0.12](https://github.com/jdalrymple/node-gitlab-api/commit/) (2017-07-30) +[1.0.12](https://github.com/jdalrymple/node-gitlab-api/commit/6f77ee0a462a19ae65bd6206eb94c72e271ba673) (2017-07-30) ------------------ - Added issue links (for related issues) - Fixed project file upload diff --git a/package.json b/package.json index 87329a7f6..caa8c7630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-gitlab-api", - "version": "1.0.11", + "version": "1.0.12", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "src/index.js", "directories": {},