Skip to content

Commit 2bb2a14

Browse files
author
Joe Gallo
committed
bump to 5.0.1
1 parent acc62b2 commit 2bb2a14

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 5.0.1
4+
5+
Bugfixes:
6+
* Fix for remove assignees from issue.
7+
38
## 5.0.0
49

510
Breaking changes:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "NodeJS wrapper for the GitHub API",
55
"author": "Mike de Boer <[email protected]>",
66
"contributors": [
@@ -47,7 +47,7 @@
4747
"apidoc": {
4848
"title": "node-github",
4949
"name": "node-github",
50-
"version": "5.0.0",
50+
"version": "5.0.1",
5151
"template": {
5252
"withCompare": true
5353
}

0 commit comments

Comments
 (0)