From 18031ad1398f444a83f2c083cf56a2ba81be9ea8 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 25 Mar 2021 08:07:53 -0400 Subject: [PATCH] bump version --- RELEASES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 935178a..901e4ae 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/package.json b/package.json index 2383e55..0c99fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "1.0.10", + "version": "1.0.11", "description": "Actions Http Client", "main": "index.js", "scripts": {