Skip to content

Commit d762398

Browse files
committed
chore(package): v2.0.2
1 parent 7cfb81e commit d762398

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [v2.0.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.2)
4+
5+
- chore(deps): update @types/http-proxy to 1.17.8 ([#701](https://github.com/chimurai/http-proxy-middleware/pull/701))
6+
- fix(fixRequestBody): fix request body for empty JSON object requests ([#640](https://github.com/chimurai/http-proxy-middleware/pull/640)) ([mhassan1](https://github.com/mhassan1))
7+
- fix(types): fix type regression ([#700](https://github.com/chimurai/http-proxy-middleware/pull/700))
8+
39
## [v2.0.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.1)
410

511
- fix(fixRequestBody): fix type error ([#615](https://github.com/chimurai/http-proxy-middleware/pull/615))

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ graingert
99
julbra
1010
leonardobazico
1111
Liran
12+
mhassan1
1213
midgleyc
1314
mpth
1415
oshri

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const express = require('express');
127127
const { createProxyMiddleware } = require('http-proxy-middleware');
128128

129129
// proxy middleware options
130+
/** @type {import('http-proxy-middleware/dist/types').Options} */
130131
const options = {
131132
target: 'http://www.example.org', // target host
132133
changeOrigin: true, // needed for virtual hosted sites
@@ -598,4 +599,4 @@ $ yarn spellcheck
598599

599600
The MIT License (MIT)
600601

601-
Copyright (c) 2015-2021 Steven Chim
602+
Copyright (c) 2015-2022 Steven Chim

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