1
0
Fork 0

http-client 2.2.3

pull/1804/head
Thomas Boop 2024-08-22 09:09:44 -04:00
parent 7298ff3219
commit 1fc20f076d
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
## Releases
## 2.2.3
- Fixed an issue where proxy username and password were not handled correctly [#1799](https://github.com/actions/toolkit/pull/1799)
## 2.2.2
- Better handling of url encoded usernames and passwords in proxy config [#1782](https://github.com/actions/toolkit/pull/1782)

View File

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.2.2",
"version": "2.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.2.2",
"version": "2.2.3",
"description": "Actions Http Client",
"keywords": [
"github",