Skip to content

Commit 01934d3

Browse files
authored
chore(package): v3.0.4 (#1095)
1 parent 3364c0a commit 01934d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## next
3+
## [v3.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.4)
44

55
- fix(fixRequestBody): handle invalid request ([#1092](https://github.com/chimurai/http-proxy-middleware/pull/1092))
66
- fix(fixRequestBody): prevent multiple .write() calls ([#1089](https://github.com/chimurai/http-proxy-middleware/pull/1089))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,4 +644,4 @@ $ yarn spellcheck
644644

645645
The MIT License (MIT)
646646

647-
Copyright (c) 2015-2024 Steven Chim
647+
Copyright (c) 2015-2025 Steven Chim

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-proxy-middleware",
33
"type": "commonjs",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"description": "The one-liner node.js proxy middleware for connect, express, next.js and more",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)