Skip to content

Commit bb473ad

Browse files
committedAug 18, 2015
v0.6.0
1 parent f44c681 commit bb473ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ $ npm run cover
195195
```
196196
197197
### Changlog
198+
* [v0.6.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.6.0) - support proxyTable
198199
* [v0.5.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.5.0) - support subscribing to http-proxy error- and proxyRes-event
199200
* [v0.4.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.4.0) - support websocket
200201
* [v0.3.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.3.0) - support wildcard / glob

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
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.