Skip to content

Commit 951d9bf

Browse files
committed
v0.12.0
1 parent 9fdc84f commit 951d9bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v0.12.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.12.0)
4+
- add option `onProxyReqWS` (subscribe to http-proxy `proxyReqWs` event)
5+
- add option `onOpen` (subscribe to http-proxy `open` event)
6+
- add option `onClose` (subscribe to http-proxy `close` event)
7+
38
## [v0.11.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.11.0)
49
- improved logging
510

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.11.0",
3+
"version": "0.12.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)