diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index 1d32df85..225953b5 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,7 @@ # @actions/github Releases +### 5.0.1 +- [Update Octokit Dependencies](https://github.com/actions/toolkit/pull/1037) ### 5.0.0 - [Update @actions/github to include latest octokit definitions](https://github.com/actions/toolkit/pull/783) - [Add urls to context](https://github.com/actions/toolkit/pull/794) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index bb4b98c9..0a497e0d 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/github", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/github", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@actions/http-client": "^1.0.11", diff --git a/packages/github/package.json b/packages/github/package.json index 4ff07b91..208b5a79 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "5.0.0", + "version": "5.0.1", "description": "Actions github lib", "keywords": [ "github",