Skip to content

Commit

Permalink
chore(package): v2.0.6 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 20, 2022
1 parent 3f48d50 commit c08cb1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [v2.0.6](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.6)

- fix(proxyReqWs): catch socket errors ([#763](https://github.com/chimurai/http-proxy-middleware/pull/763))

## [v2.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.5)

- fix(error handler): add default handler to econnreset ([#759](https://github.com/chimurai/http-proxy-middleware/pull/759))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "2.0.5",
"version": "2.0.6",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c08cb1e

Please sign in to comment.