Skip to content

Commit

Permalink
Tag 2.0.0 release. Update version history.
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-blue-lava authored and monkpow committed Sep 4, 2023
1 parent 633f0f6 commit 257415e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ app.use('/', proxy('internalhost.example.com', {
| Release | Notes |
| --- | --- |
| 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. |
| ----- | ----------------------------------------------------------------------- |
| 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.
| 1.6.2 | Update node.js versions used by ci. |
| 1.6.1 | Minor bug fixes and documentation. |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-http-proxy",
"version": "1.6.3",
"version": "2.0.0",
"description": "http proxy middleware for express",
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 257415e

Please sign in to comment.