From 7a138b36ccd45d47da16c07672fde317276398aa Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 9 May 2015 11:10:47 +0200 Subject: [PATCH] Version 0.2.3 Changes: - Updated to node-http-proxy 1.11.1 from 1.3.0 - Add httpsOptions configuration to listen as a https server. - Update gTLD list, and allow requests to unlisted TLDs if the scheme is explicitly set (#14). - Added loads of unit tests and automatic memory leak tests. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 015d4f8..151272a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.2.2", + "version": "0.2.3", "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 ",