From a9d5d9b0b799e40f61532f7f88ac5417ce51a573 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 24 Mar 2021 19:26:10 -0400 Subject: [PATCH] bump version --- .gitignore | 1 + package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d28689..9f86720 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _out node_modules .DS_Store testoutput.txt +npm-debug.log diff --git a/package-lock.json b/package-lock.json index 6555357..2b7899c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82e5a95..2383e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "1.0.9", + "version": "1.0.10", "description": "Actions Http Client", "main": "index.js", "scripts": {