Skip to content

Commit 427a61c

Browse files
committed
v0.3.1
1 parent 7a5124f commit 427a61c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
0.3.1 / 2013-11-16
3+
==================
4+
5+
* test: enable the HTTPS over HTTPS test on node v0.11.8
6+
* https-proxy-agent: create the proxy socket connection first
7+
* https-proxy-agent: delete `pathname` from the proxy opts as well
8+
* https-proxy-agent: remove dead "end"-emitting code
9+
110
0.3.0 / 2013-09-16
211
==================
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "https-proxy-agent.js",
66
"scripts": {

0 commit comments

Comments
 (0)