From 41157b23c7da06e5dc5657b24f67d451cd282db7 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 20 Feb 2020 14:02:42 -0500 Subject: [PATCH] Release 2.1.1 of @actions/github (#357) --- packages/github/RELEASES.md | 5 +++++ packages/github/package-lock.json | 2 +- packages/github/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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",