diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbf3002..047c32fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.10](https://github.com/vendia/serverless-express/compare/v4.3.9...v4.3.10) (2021-08-28) + + +### Bug Fixes + +* fix for non-root proxy+ ([45edbfa](https://github.com/vendia/serverless-express/commit/45edbfa79bac97ce3429dda68add5ee16ab45d5b)) + ## [4.3.9](https://github.com/vendia/serverless-express/compare/v4.3.8...v4.3.9) (2021-06-09) diff --git a/package-lock.json b/package-lock.json index ffd0bd9d..54b27280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vendia/serverless-express", - "version": "4.3.9", + "version": "4.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a97c071..6206dfe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vendia/serverless-express", - "version": "4.3.9", + "version": "4.3.10", "description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", "keywords": [ "aws",