diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index fb7ac2c7..fd433dbc 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,10 @@ # @actions/github Releases +### 5.1.0 +- Add additionalPlugins parameter to getOctokit method [#1181](https://github.com/actions/toolkit/pull/1181) +- Dependency updates [#1180](https://github.com/actions/toolkit/pull/1180) + + ### 5.0.3 - - Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 6d6ffd78..ba53c502 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/github", - "version": "5.0.3", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/github", - "version": "5.0.3", + "version": "5.1.0", "license": "MIT", "dependencies": { "@actions/http-client": "^2.0.1", diff --git a/packages/github/package.json b/packages/github/package.json index 30da3279..8bed1af9 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "5.0.3", + "version": "5.1.0", "description": "Actions github lib", "keywords": [ "github",