mirror of https://github.com/actions/toolkit
Release 2.1.1 of @actions/github (#357)
parent
fa03eb4d22
commit
41157b23c7
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/github",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/github",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Actions github lib",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
|
Loading…
Reference in New Issue