merge PR #34, ready to release 3.7.5

This commit is contained in:
OttoMao 2015-09-03 10:53:52 +08:00
parent 6146b23988
commit b869743ca9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
3 Sep: AnyProxy 3.7.5:
* bugfix for intercepting urls like http://a.com?url=http://b.com
19 Aug: AnyProxy 3.7.4:
* bugfix for intercepting urls like http://a.com?url=http://b.com

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "3.7.4",
"version": "3.7.5",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"bin": {