mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 17:21:06 +08:00
Release 2.1.1 of @actions/github (#357)
This commit is contained in:
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)
|
||||
|
||||
2
packages/github/package-lock.json
generated
2
packages/github/package-lock.json
generated
@ -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…
x
Reference in New Issue
Block a user