Skip to content

Commit

Permalink
bump to 4.0.0
Browse files Browse the repository at this point in the history
breaking change: Merge button squash boolean param has been renamed to
merge_method string param.
  • Loading branch information
Joe Gallo committed Oct 6, 2016
1 parent 5a521b1 commit aeb5583
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 4.0.0

Breaking changes:
* Merge button squash boolean param has been renamed to merge_method string param.

Features:
* Add some integration-related endpoints.
* Add support for integration authentication.
* Add preview merge params to edit user repo endpoint.
* Add preview merge params to org repos endpoint.
* Add preview merge params to user repos endpoint.
* Add filter to apidoc.
* Add basic getNextPage example.

## 3.1.1

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github",
"version": "3.1.1",
"version": "4.0.0",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <info@mikedeboer.nl>",
"contributors": [
Expand Down

0 comments on commit aeb5583

Please sign in to comment.