Skip to content

Commit 4baae76

Browse files
authored
chore(package): v2.0.4 (#729)
1 parent 68bc6d7 commit 4baae76

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v2.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.4)
4+
5+
- fix(fix-request-body): improve content type check ([#725](https://github.com/chimurai/http-proxy-middleware/pull/725)) ([kevinxh](https://github.com/kevinxh))
6+
37
## [v2.0.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.3)
48

59
- feat(package): optional @types/express peer dependency ([#707](https://github.com/chimurai/http-proxy-middleware/pull/707))

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dylang
77
Elad
88
graingert
99
julbra
10+
kevinxh
1011
leonardobazico
1112
Liran
1213
mhassan1

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