Skip to content

Commit 6606489

Browse files
committed
chore(release): v0.13.0
1 parent ea41a26 commit 6606489

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.13.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.13.0)
4+
- feat(context): custom context matcher; when simple `path` matching is not sufficient.
5+
36
## [v0.12.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.12.0)
47
- add option `onProxyReqWs` (subscribe to http-proxy `proxyReqWs` event)
58
- add option `onOpen` (subscribe to http-proxy `open` event)

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