Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 65fcf7a

Browse files
ggoodmanTooTallNate
authored andcommitted
Release 3.0.0 (#22)
1 parent 8f1cfc8 commit 65fcf7a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "4"
7-
- "5"
86
- "6"
97
- "7"
108
- "8"

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.0 / 2018-04-12
2+
==================
3+
4+
* Upgrade socks-proxy-agent to 4.x
5+
* Drop support for node <= 6
6+
17
2.3.1 / 2018-04-12
28
==================
39

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "proxy-agent",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --reporter spec"
88
},
9+
"engines": {
10+
"node": ">=6"
11+
},
912
"repository": {
1013
"type": "git",
1114
"url": "git://github.com/TooTallNate/node-proxy-agent.git"

0 commit comments

Comments
 (0)