Skip to content

Commit 257415e

Browse files
nik-blue-lavamonkpow
authored andcommitted
Tag 2.0.0 release. Update version history.
1 parent 633f0f6 commit 257415e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ app.use('/', proxy('internalhost.example.com', {
575575
576576
| Release | Notes |
577577
| --- | --- |
578+
| 2.0.0 | Update all dependencies; set stage for next iteration. `express-http-proxy` interface has not changed, but the underlying libraries are not guaranteed to be backward compatible. Versions beyond this point are expected to be run in node verions >= 16. |
579+
| ----- | ----------------------------------------------------------------------- |
578580
| 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.
579581
| 1.6.2 | Update node.js versions used by ci. |
580582
| 1.6.1 | Minor bug fixes and documentation. |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-http-proxy",
3-
"version": "1.6.3",
3+
"version": "2.0.0",
44
"description": "http proxy middleware for express",
55
"engines": {
66
"node": ">=6.0.0"

0 commit comments

Comments
 (0)