diff --git a/RELEASES.md b/RELEASES.md index c8040ed..79f9a58 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,8 @@ ## Releases +## 1.0.7 +Update NPM dependencies and add 429 to the list of HttpCodes + ## 1.0.6 Automatically sends Content-Type and Accept application/json headers for \Json() helper methods if not set in the client or parameters. diff --git a/package-lock.json b/package-lock.json index 54272f0..0369352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 230a07d..3fce213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "1.0.6", + "version": "1.0.7", "description": "Actions Http Client", "main": "index.js", "scripts": {