We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc62b2 commit 2bb2a14Copy full SHA for 2bb2a14
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 5.0.1
4
+
5
+Bugfixes:
6
+ * Fix for remove assignees from issue.
7
8
## 5.0.0
9
10
Breaking changes:
package.json
@@ -1,6 +1,6 @@
{
"name": "github",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "NodeJS wrapper for the GitHub API",
"author": "Mike de Boer <[email protected]>",
"contributors": [
@@ -47,7 +47,7 @@
47
"apidoc": {
48
"title": "node-github",
49
"name": "node-github",
50
51
"template": {
52
"withCompare": true
53
}
0 commit comments