Skip to content

Commit f1f2602

Browse files
committed
docs: typo + 0.8.2 notes
1 parent 742c0ae commit f1f2602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ var server = app.listen(3000);
215215
proxyReq.setHeader('x-added', 'foobar');
216216
// or log the req
217217
}
218+
```
218219

219220
* (DEPRECATED) **option.proxyHost**: Use `option.changeOrigin = true` instead.
220221

@@ -283,6 +284,7 @@ $ npm run cover
283284
284285
## Changelog
285286
287+
* [v0.8.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.2) - fixed proxyError handler ([mTazelaar](https://github.com/mTazelaar))
286288
* [v0.8.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.1) - fixed pathRewrite when `agent` is configured
287289
* [v0.8.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.0) - support external websocket upgrade, fixed websocket shorthand
288290
* [v0.7.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.7.0) - support shorthand syntax, fixed express/connect mounting

0 commit comments

Comments
 (0)