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

Commit

Permalink
Release 3.0.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman authored and TooTallNate committed Apr 12, 2018
1 parent 8f1cfc8 commit 65fcf7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ sudo: false
language: node_js

node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
Expand Down
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
3.0.0 / 2018-04-12
==================

* Upgrade socks-proxy-agent to 4.x
* Drop support for node <= 6

2.3.1 / 2018-04-12
==================

Expand Down
5 changes: 4 additions & 1 deletion package.json
@@ -1,11 +1,14 @@
{
"name": "proxy-agent",
"version": "2.3.1",
"version": "3.0.0",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-proxy-agent.git"
Expand Down

0 comments on commit 65fcf7a

Please sign in to comment.