Skip to content

Commit f4f9fd5

Browse files
chore(release): 4.16.1 [skip ci]
## [4.16.1](v4.16.0...v4.16.1) (2025-07-10) ### Bug Fixes * ensure alb response header values are strings ([#699](#699)) ([24c580f](24c580f))
1 parent 24c580f commit f4f9fd5

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.16.1](https://github.com/CodeGenieApp/serverless-express/compare/v4.16.0...v4.16.1) (2025-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure alb response header values are strings ([#699](https://github.com/CodeGenieApp/serverless-express/issues/699)) ([24c580f](https://github.com/CodeGenieApp/serverless-express/commit/24c580fcebb2aa424ee3927787ff27705e6390c2))
7+
18
# [4.16.0](https://github.com/CodeGenieApp/serverless-express/compare/v4.15.0...v4.16.0) (2024-10-24)
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": "@codegenie/serverless-express",
3-
"version": "4.16.0",
3+
"version": "4.16.1",
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)