1
0
Fork 0

Release 2.1.1 of @actions/github (#357)

pull/362/head
Thomas Boop 2020-02-20 14:02:42 -05:00 committed by GitHub
parent fa03eb4d22
commit 41157b23c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# @actions/github Releases # @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 ### 2.1.0
- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314) - [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314)

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "2.1.0", "version": "2.1.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "2.1.0", "version": "2.1.1",
"description": "Actions github lib", "description": "Actions github lib",
"keywords": [ "keywords": [
"github", "github",