Skip to content

Commit

Permalink
Bump http-client to version 2.1.0 (#1364)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json

* Update RELEASES.md
  • Loading branch information
fhammerl committed Mar 6, 2023
1 parent 94ab8de commit 787b2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/http-client/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Releases

## 2.1.0
- Add support for `*` and subdomains in `no_proxy` [#1355](https://github.com/actions/toolkit/pull/1355) [#1223](https://github.com/actions/toolkit/pull/1223)
- Bypass proxy for loopback IP adresses [#1360](https://github.com/actions/toolkit/pull/1360))

## 2.0.1
- Fix an issue with missing `tunnel` dependency [#1085](https://github.com/actions/toolkit/pull/1085)

Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.0.1",
"version": "2.1.0",
"description": "Actions Http Client",
"keywords": [
"github",
Expand Down

0 comments on commit 787b2cf

Please sign in to comment.