From a21400378ca3c94de5dce05c0a9834fe9e467035 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 2 May 2020 17:58:26 +0200 Subject: [PATCH] Version 0.4.2 - Reject invalid URLs earlier instead of trying to continue with the request (and failing anyway). - Explicitly close the response when an error occurs for Node 13+. - Update tests to cover up to Node 14 (was up to 9). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e034db..c5c4a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.4.1", + "version": "0.4.2", "description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path", "license": "MIT", "author": "Rob Wu ",