Skip to content

Commit 72c58a0

Browse files
committed
2.6.4
1 parent 6e06f67 commit 72c58a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
(nothing yet)
66

7+
## 2.6.4
8+
9+
* #195: fix: read from response stream using non-flowing mode
10+
* #197: docs: remove duplicated and confusing content
11+
* #200: fix: double inflight request decrement
12+
713
## 2.6.3
814

915
* #192: ensure `req.getMetrics()` and `req.getTimings()` methods are always

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restify-clients",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"main": "lib/index.js",
55
"description": "HttpClient, StringClient, and JsonClient extracted from restify",
66
"homepage": "http://www.restify.com",

0 commit comments

Comments
 (0)