From ebe4ac336f91f21666b9e69299144829e113ceec Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Fri, 23 Sep 2022 10:01:00 -0400 Subject: [PATCH] @actions/github release version 5.1.0 (#1182) --- packages/github/RELEASES.md | 5 +++++ packages/github/package-lock.json | 4 ++-- packages/github/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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",