Skip to content

Commit

Permalink
bump to 7.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gallo committed Dec 28, 2016
1 parent 21c429c commit c95267e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# CHANGELOG

## 7.1.0
## 7.2.0

Features:
Preview Review Requests API.
Preview pull request reviews.
Traffic api now official.

Bug fixes:
* Provide correct values for moveProjectsCard "position" parameter.
Fix link for accept header example in README.

## 7.1.0

Features:
* Add a TypeScript generator.
* Update protected branches api changes.

Bug fixes:
* Provide correct values for moveProjectsCard "position" parameter.

## 7.0.1

Bug fixes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github",
"version": "7.1.0",
"version": "7.2.0",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <info@mikedeboer.nl>",
"contributors": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"apidoc": {
"title": "node-github",
"name": "node-github",
"version": "7.1.0",
"version": "7.2.0",
"template": {
"withCompare": true
}
Expand Down

0 comments on commit c95267e

Please sign in to comment.