1.0.7 Release

This commit is contained in:
Konrad Pabjan
2020-04-06 16:30:03 +02:00
parent b7761cf75b
commit 60c8242c8c
3 changed files with 5 additions and 2 deletions

View File

@@ -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 \<verb>Json() helper methods if not set in the client or parameters.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {