Skip to content

Commit 3f639a8

Browse files
committed
chore(package): v1.0.7
1 parent 6285038 commit 3f639a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
- fix(errorHandler): fix confusing error message ([#509](https://github.com/chimurai/http-proxy-middleware/pull/509))
66
- fix(proxy): close proxy when server closes ([#508](https://github.com/chimurai/http-proxy-middleware/pull/508))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,4 @@ $ yarn cover
540540

541541
The MIT License (MIT)
542542

543-
Copyright (c) 2015-2020 Steven Chim
543+
Copyright (c) 2015-2021 Steven Chim

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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)