Skip to content

Commit 6fae40d

Browse files
authored
chore(package): release v3.0.2 (#1037)
1 parent 36cd3a9 commit 6fae40d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## next
3+
## [v3.0.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.2)
44

5-
- refactor(dependency): replace is-plain-obj with is-plain-object
6-
- chore(package): upgrade to eslint v9
5+
- refactor(dependency): replace is-plain-obj with is-plain-object ([#1031](https://github.com/chimurai/http-proxy-middleware/pull/1031))
6+
- chore(package): upgrade to eslint v9 ([#1032](https://github.com/chimurai/http-proxy-middleware/pull/1032))
7+
- fix(logger-plugin): handle undefined protocol and hostname ([#1036](https://github.com/chimurai/http-proxy-middleware/pull/1036))
78

89
## [v3.0.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.1)
910

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-proxy-middleware",
33
"type": "commonjs",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "The one-liner node.js proxy middleware for connect, express, next.js and more",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)