From 45be882d6bd2bfafde58bc166ebcb29b8c9c158f Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Tue, 21 Jul 2020 21:58:13 -0400 Subject: [PATCH 1/2] Bump to 3.7.2 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fbf6847..234d3967 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,5 @@ If you're seeing an **HTTP 400 error when uploading reports to S3**, make sure y - v3.6.4 Fix Cirrus CI - v3.7.0 Remove the X-Amz-Acl: public-read header - v3.7.1 Move to execFileSync and security fixes - -. +- v3.7.2 Fix issue with network and file finding + . diff --git a/package.json b/package.json index 0b3b5493..45831ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "3.7.1", + "version": "3.7.2", "description": "Uploading report to Codecov: https://codecov.io", "main": "index.js", "scripts": { From 8d918373d1ad2dafc2a84c621a2cc319bfdd9843 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Tue, 21 Jul 2020 22:09:53 -0400 Subject: [PATCH 2/2] Bump package-lock --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 8223ed9b..812d449b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": {