Update octokit graphql type dependencies (#228)

* Update GraphQL support in base API
This commit is contained in:
Ross Brodbeck
2019-12-06 07:52:04 -05:00
committed by GitHub
parent 1c12ced7ba
commit 5fdab2aaf2
6 changed files with 72 additions and 81 deletions

View File

@@ -1,5 +1,9 @@
# @actions/github Releases
### 2.0.0
- Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228)
### 1.1.0
- Accept Octokit.Options in the GitHub constructor [#113](https://github.com/actions/toolkit/pull/113)