We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621cd3 commit 7a738eaCopy full SHA for 7a738ea
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## next
4
+
5
+- feat: async router ([#379](https://github.com/chimurai/http-proxy-middleware/issues/335)) ([LiranBri](https://github.com/LiranBri))
6
7
## [v0.20.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.20.0)
8
9
- fix(ws): concurrent websocket requests do not get upgraded ([#335](https://github.com/chimurai/http-proxy-middleware/issues/335))
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "0.20.0",
+ "version": "0.21.0-beta.1",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"files": [
0 commit comments