8000
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 fbafdb4 commit cb46628Copy full SHA for cb46628
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v2.0.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.3)
4
+
5
+- feat(package): optional @types/express peer dependency ([#707](https://github.com/chimurai/http-proxy-middleware/pull/707))
6
7
## [v2.0.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.2)
8
9
- chore(deps): update @types/http-proxy to 1.17.8 ([#701](https://github.com/chimurai/http-proxy-middleware/pull/701))
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "2.0.2",
+ "version": "2.0.3",
"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