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 a96f934 commit 8a0ff1fCopy full SHA for 8a0ff1f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [v0.18.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.18.0)
+## [v0.17.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.1)
4
- fix(Express sub Router): 404 on non-proxy routes ([#94](https://github.com/chimurai/http-proxy-middleware/issues/94))
5
6
## [v0.17.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.0)
package.json
{
"name": "http-proxy-middleware",
- "version": "0.17.0",
+ "version": "0.17.1",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"scripts": {
0 commit comments