From b933064511ef6e8d6bf5a67efd0cdb4532fea0e2 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:04:44 +0000 Subject: [PATCH] chore(package): v3.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b07996..6a56e7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v3.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.5) + +- fix(fixRequestBody): check readableLength ([#1096](https://github.com/chimurai/http-proxy-middleware/pull/1096)) + ## [v3.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.4) - fix(fixRequestBody): handle invalid request ([#1092](https://github.com/chimurai/http-proxy-middleware/pull/1092)) diff --git a/package.json b/package.json index 68791aca..1ba45449 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy-middleware", "type": "commonjs", - "version": "3.0.4", + "version": "3.0.5", "description": "The one-liner node.js proxy middleware for connect, express, next.js and more", "main": "dist/index.js", "types": "dist/index.d.ts",