Skip to content

Commit

Permalink
bump to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gallo committed Sep 7, 2017
1 parent 79619e8 commit f06dd9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# CHANGELOG

## 11.0.0

Breaking changes:
* `required_pull_request_reviews` required when calling the update branch protection endpoint.

Features:
* Add Nested Teams API changes.

## 10.1.0

Features:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "github",
"version": "10.1.0",
"version": "11.0.0",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <info@mikedeboer.nl>",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"apidoc": {
"title": "node-github",
"name": "node-github",
"version": "10.1.0",
"version": "11.0.0",
"template": {
"withCompare": true
}
Expand Down

0 comments on commit f06dd9f

Please sign in to comment.