diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c64dff5..76b07996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## next +## [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)) - fix(fixRequestBody): prevent multiple .write() calls ([#1089](https://github.com/chimurai/http-proxy-middleware/pull/1089)) diff --git a/README.md b/README.md index 50c0e142..1e66718e 100644 --- a/README.md +++ b/README.md @@ -644,4 +644,4 @@ $ yarn spellcheck The MIT License (MIT) -Copyright (c) 2015-2024 Steven Chim +Copyright (c) 2015-2025 Steven Chim diff --git a/package.json b/package.json index fd29a945..68791aca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy-middleware", "type": "commonjs", - "version": "3.0.3", + "version": "3.0.4", "description": "The one-liner node.js proxy middleware for connect, express, next.js and more", "main": "dist/index.js", "types": "dist/index.d.ts",