From 1eb276118160cdac4f5f1af76f58815b2bd45a58 Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Wed, 4 Jan 2017 14:03:49 -0500 Subject: [PATCH] bump to 7.2.1 and update changelog --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8d5331b4..58830e717e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 7.2.1 + +Bug fixes: + Fix typescript bindings. + ## 7.2.0 Features: diff --git a/package.json b/package.json index b463c5209a..0dde937ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github", - "version": "7.2.0", + "version": "7.2.1", "description": "NodeJS wrapper for the GitHub API", "author": "Mike de Boer ", "contributors": [ @@ -50,7 +50,7 @@ "apidoc": { "title": "node-github", "name": "node-github", - "version": "7.2.0", + "version": "7.2.1", "template": { "withCompare": true }