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": {