diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index 81cb537f..b56ec465 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,10 @@ # @actions/github Releases +### 2.1.1 + +- [Use import {Octokit}](https://github.com/actions/toolkit/pull/332) +- [Check proxy bypass before setting proxy agent](https://github.com/actions/toolkit/pull/320) + ### 2.1.0 - [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 88a861af..4f775654 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github/package.json b/packages/github/package.json index e7068543..d9166378 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.1.0", + "version": "2.1.1", "description": "Actions github lib", "keywords": [ "github",