Skip to content

Commit 06ee905

Browse files
authored
chore(package): release v3.0.1 (#1029)
1 parent 61d1933 commit 06ee905

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ trim_trailing_whitespace = true
1313
[*.md]
1414
trim_trailing_whitespace = false
1515

16-
# Matches the exact files either package.json or .travis.yml
17-
[{package.json,.travis.yml}]
16+
# Matches the exact files
17+
[{package.json}]
1818
indent_size = 2

CHANGELOG.md

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

3-
## [next](https://github.com/chimurai/http-proxy-middleware/releases)
4-
5-
- fix(type): fix RequestHandler return type
6-
- refactor(errors): improve pathFilter error message
7-
- fix(logger-plugin): fix missing target port
8-
- ci(package): npm package provenance
9-
- fix(logger-plugin): log target port when router option is used
10-
- refactor: fix circular dependencies
11-
- fix(fix-request-body): support '+json' content-type suffix
3+
## [v3.0.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.1)
4+
5+
- fix(type): fix RequestHandler return type ([#980](https://github.com/chimurai/http-proxy-middleware/pull/980))
6+
- refactor(errors): improve pathFilter error message ([#987](https://github.com/chimurai/http-proxy-middleware/pull/987))
7+
- fix(logger-plugin): fix missing target port ([#989](https://github.com/chimurai/http-proxy-middleware/pull/989))
8+
- ci(package): npm package provenance ([#991](https://github.com/chimurai/http-proxy-middleware/pull/1015))
9+
- fix(logger-plugin): log target port when router option is used ([#1001](https://github.com/chimurai/http-proxy-middleware/pull/1001))
10+
- refactor: fix circular dependencies ([#1010](https://github.com/chimurai/http-proxy-middleware/pull/1010))
11+
- fix(fix-request-body): support '+json' content-type suffix ([#1015](https://github.com/chimurai/http-proxy-middleware/pull/1015))
1212

1313
## [v3.0.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.0)
1414

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,4 +645,4 @@ $ yarn spellcheck
645645

646646
The MIT License (MIT)
647647

648-
Copyright (c) 2015-2022 Steven Chim
648+
Copyright (c) 2015-2024 Steven Chim

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
1+
/** @type {import('jest').Config} */
22
module.exports = {
33
preset: 'ts-jest',
44
testEnvironment: 'node',

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-beta.1",
4+
"version": "3.0.1",
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)