We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b72957 commit b780992Copy full SHA for b780992
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [1.0.9](https://github.com/iamskok/nginx-reverse-proxy/compare/v1.0.8...v1.0.9) (2022-02-14)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency express to v4.17.2 ([0042de3](https://github.com/iamskok/nginx-reverse-proxy/commit/0042de34cb0cf827374556065ab44d6e4276c463))
7
8
### [1.0.8](https://github.com/iamskok/nginx-reverse-proxy/compare/v1.0.7...v1.0.8) (2021-12-09)
9
10
### [1.0.7](https://github.com/iamskok/nginx-reverse-proxy/compare/v1.0.6...v1.0.7) (2021-10-28)
app/package.json
@@ -1,6 +1,6 @@
{
"name": "express-echo-hostname",
- "version": "1.0.8",
+ "version": "1.0.9",
"type": "module",
"dependencies": {
"express": "4.17.2"
0 commit comments