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

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 15, 2018
1 parent 4b85911 commit 35b49da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

4.2.0 / 2018-01-15
==================

* Add support for returning an `http.Agent` instance
* Optimize promisifying logic
* Set `timeout` to null for proper cleanup
* Remove Node.js <= 0.11.3 special-casing from test case

4.1.2 / 2017-11-20
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-base",
"version": "4.1.2",
"version": "4.2.0",
"description": "Turn a function into an `http.Agent` instance",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 35b49da

Please sign in to comment.