mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Bump to version 2.0.1 (#1086)
This commit is contained in:
parent
e48f1d0c54
commit
2abc7c46f8
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
## Releases
|
||||
|
||||
## 2.0.1
|
||||
- Fix an issue with missing `tunnel` dependency [#1085](https://github.com/actions/toolkit/pull/1085)
|
||||
|
||||
## 2.0.0
|
||||
- The package is now compiled with TypeScript's [`strict` compiler setting](https://www.typescriptlang.org/tsconfig#strict). To comply with stricter rules:
|
||||
- Some exported types now include `| null` or `| undefined`, matching their actual behavior.
|
||||
|
|
2
packages/http-client/package-lock.json
generated
2
packages/http-client/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/http-client",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/http-client",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Actions Http Client",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue