Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1969fe5

Browse files
committedJan 18, 2016
v0.9.1
1 parent 3625ebd commit 1969fe5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v0.9.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.9.1)
4+
- fix server crash when socket error not handled correctly.
5+
36
## [v0.9.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.9.0)
47
- support subscribing to http-proxy `proxyReq` event ([trbngr](https://github.com/trbngr))
58
- add `logLevel` and `logProvider` support

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.