Skip to content

Commit

Permalink
bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gallo committed Oct 8, 2016
1 parent b898212 commit e874ce5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 4.1.0

Features:
* Take care of accept headers for preview APIs in the library so there's no need to manually provide it on a per-request basis.

Bugfixes:
* Change removeAssigneesFromIssue assignees param to body json input.

## 4.0.0

Breaking changes:
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": "4.0.0",
"version": "4.1.0",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <info@mikedeboer.nl>",
"contributors": [
Expand Down

0 comments on commit e874ce5

Please sign in to comment.