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 }