Skip to content

Commit 196d91c

Browse files
chore(release): 4.5.0 [skip ci]
# [4.5.0](v4.4.0...v4.5.0) (2021-10-13) ### Features * support both enable/disable attribute for multi value headers on ALB ([#392](#392)) ([a5cb5b5](a5cb5b5))
1 parent a5cb5b5 commit 196d91c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.5.0](https://github.com/vendia/serverless-express/compare/v4.4.0...v4.5.0) (2021-10-13)
2+
3+
4+
### Features
5+
6+
* support both enable/disable attribute for multi value headers on ALB ([#392](https://github.com/vendia/serverless-express/issues/392)) ([a5cb5b5](https://github.com/vendia/serverless-express/commit/a5cb5b5c6f0a9dfa17e23c4759a286483a80f45d))
7+
18
# [4.4.0](https://github.com/vendia/serverless-express/compare/v4.3.12...v4.4.0) (2021-10-06)
29

310

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": "@vendia/serverless-express",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"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.",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)