Skip to content

Commit 617a7c9

Browse files
authored
chore(package): v2.0.9 (#1099)
1 parent d22d587 commit 617a7c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v2.0.9](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.9)
4+
5+
- fix(fixRequestBody): check readableLength
6+
37
## [v2.0.8](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8)
48

59
- fix(fixRequestBody): prevent multiple .write() calls

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)