From 60c8242c8cbb55e4ac31434511874b68bad4afa8 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Mon, 6 Apr 2020 16:30:03 +0200 Subject: [PATCH] 1.0.7 Release --- RELEASES.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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": {