Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 1, 2015
1 parent ac81e8e commit 0832654
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -5,3 +5,4 @@
fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
Will White <will@mapbox.com> (https://github.com/willwhite)
dead-horse <heyiyu.deadhorse@gmail.com> (https://github.com/dead-horse)
Zsolt Lattmann <lattmann@isis.vanderbilt.edu> (https://github.com/lattmann)
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

2.0.0 / 2015-04-01
==================

* fix: socket.destroyed always be undefined on 0.10.x
* Make it compatible with node v0.10.x (@lattmann)

1.2.1 / 2015-03-23
==================

Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -25,9 +25,6 @@

The Node.js's missing `keep alive` `http.Agent`. Support `http` and `https`.

* `node >= 0.11.0`, `iojs >= 1.0.0`: use agentkeepalive@>=1.2.0
* `node = 0.10.x`: use agentkeepalive@0.2.x

## Install

```bash
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "agentkeepalive",
"version": "1.2.1",
"version": "2.0.0",
"description": "Missing keepalive http.Agent",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -40,6 +40,6 @@
"should-http": "~0.0.2"
},
"engines": { "node": ">= 0.10.0" },
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}

0 comments on commit 0832654

Please sign in to comment.