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 ac75096 commit f72397dCopy full SHA for f72397d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 2.3.0 - 2016/06/17
4
+### Features
5
+* add `Repository.mergePullRequest`
6
+* add `Repository.updatePullRequest`
7
+* add `Repository.listPullRequestFiles`
8
+* add `Repository.getReadme`
9
+
10
## 2.2.0 - 2016/05/27
11
### Features
12
* add `Issue.listIssueEvents`
package.json
@@ -85,7 +85,6 @@
85
"github",
86
"api"
87
],
88
- "gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36",
89
"bugs": {
90
"url": "https://github.com/michael/github/issues"
91
}
0 commit comments