bump version

This commit is contained in:
Bryan MacFarlane 2021-03-25 08:07:53 -04:00
parent 5ef43defc2
commit 18031ad139
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Releases
## 1.0.10
## 1.0.11
Contains a bug fix where proxy is defined without a user and password. see [PR here](https://github.com/actions/http-client/pull/42)

View File

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.10",
"version": "1.0.11",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {