Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd15913 commit f64c994Copy full SHA for f64c994
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v2.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.5)
4
+
5
+- fix(error handler): add default handler to econnreset ([#759](https://github.com/chimurai/http-proxy-middleware/pull/759))
6
7
## [v2.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.4)
8
9
- fix(fix-request-body): improve content type check ([#725](https://github.com/chimurai/http-proxy-middleware/pull/725)) ([kevinxh](https://github.com/kevinxh))
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments