From bb4293a74d1d06b09f5f7654e948759d4772d666 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 19 Mar 2016 18:35:33 +0100 Subject: [PATCH] Version 0.4.0 - CI & 100% test coverage - Do not crash when a malformed HTTP response is received. - Remove getHandler (its documented form was broken anyway). - Allow custom help file to be set. - Add option to redirect same-origin requests instead of proxying them. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cd3ba9..c868417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.3.0", + "version": "0.4.0", "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 ",