From e8f0e64168d7c16dd986747416445915e4d38b45 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Fri, 19 Feb 2016 00:47:56 +0100 Subject: [PATCH] Version 0.3.0 - Support proxying through proxy (`getProxyForUrl` option, defaulting to proxy configuration from the environment variables, see https://github.com/Rob--W/proxy-from-env) (#37). - Update gTLD list. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f90a3fc..8d21e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.2.5", + "version": "0.3.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 ",