Skip to content

Commit 3f5e9a3

Browse files
committed
0.7.4
1 parent 3d8560c commit 3f5e9a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Then inside the decorateRequest method, add the agent to the request:
144144

145145
| Release | Notes |
146146
| --- | --- |
147+
| 0.7.4 | Move jscs to devDependencies to avoid conflict with nsp. |
147148
| 0.7.3 | Adds a timeout option. Code organization and small bug fixes. |
148149
| 0.7.2 | Collecting many minor documentation and test improvements. |
149150
| 0.4.0 | Signature of `intercept` callback changed from `function(data, req, res, callback)` to `function(rsp, data, req, res, callback)` where `rsp` is the original response from the target |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-http-proxy",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "http proxy middleware for express",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)