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 357c58f commit 6422977Copy full SHA for 6422977
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.19.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.1)
4
+
5
+- fix(log): handle case when error code is missing ([#303](https://github.com/chimurai/http-proxy-middleware/pull/303))
6
7
## [v0.19.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.0)
8
9
- feat(http-proxy): bump to v1.17.0 ([#261](https://github.com/chimurai/http-proxy-middleware/pull/261))
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "0.19.0",
+ "version": "0.19.1",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"files": [
0 commit comments