Skip to content

Commit

Permalink
chore(package): v2.0.4 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 13, 2022
1 parent 68bc6d7 commit 4baae76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [v2.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.4)

- fix(fix-request-body): improve content type check ([#725](https://github.com/chimurai/http-proxy-middleware/pull/725)) ([kevinxh](https://github.com/kevinxh))

## [v2.0.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.3)

- feat(package): optional @types/express peer dependency ([#707](https://github.com/chimurai/http-proxy-middleware/pull/707))
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -7,6 +7,7 @@ dylang
Elad
graingert
julbra
kevinxh
leonardobazico
Liran
mhassan1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "2.0.3",
"version": "2.0.4",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4baae76

Please sign in to comment.