Skip to content

Commit d03d51b

Browse files
authored
chore(package): v2.0.8 (#1094)
1 parent c50dd06 commit d03d51b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## [v2.0.8](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8)
4+
5+
- fix(fixRequestBody): prevent multiple .write() calls
6+
- fix(fixRequestBody): handle invalid request
7+
38
## [v2.0.7](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.7)
49

510
- ci(github actions): add publish.yml

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,4 @@ $ yarn spellcheck
595595

596596
The MIT License (MIT)
597597

598-
Copyright (c) 2015-2022 Steven Chim
598+
Copyright (c) 2015-2025 Steven Chim

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.7",
3+
"version": "2.0.8",
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)