diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index b523ba3a..11c47bd2 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,11 @@ # @actions/github Releases +### 4.0.0 +- [Add execution state information to context](https://github.com/actions/toolkit/pull/499) +- [Update Octokit Dependencies with some api breaking changes](https://github.com/actions/toolkit/pull/498) + - The full list of api changes are [here](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v4.0.0) + - `GitHub.plugin()` no longer supports an array as first argument. Multiple args must be passed in instead. + ### 3.0.0 - [Swap to @octokit/core and use plugins to leverage lastest octokit apis](https://github.com/actions/toolkit/pull/453) - [Add comment field to payload context](https://github.com/actions/toolkit/pull/375) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index d2281bcd..ce9e9544 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github/package.json b/packages/github/package.json index 4cb518c9..0288f178 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "3.0.0", + "version": "4.0.0", "description": "Actions github lib", "keywords": [ "github",