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 e204345 commit 017ac01Copy full SHA for 017ac01
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## next
+## [v1.2.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.2.0)
4
5
- feat(handler): response interceptor ([#520](https://github.com/chimurai/http-proxy-middleware/pull/520))
6
- fix(log error): handle undefined target when websocket errors ([#527](https://github.com/chimurai/http-proxy-middleware/pull/527))
package.json
{
"name": "http-proxy-middleware",
- "version": "1.2.0-beta.2",
+ "version": "1.2.0",
"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