Skip to content

Commit

Permalink
chore(release): 4.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.2](CodeGenieApp/serverless-express@v4.5.1...v4.5.2) (2021-10-14)

### Bug Fixes

* ensure response header value is string type ([CodeGenieApp#474](CodeGenieApp#474)) ([cb4b0e8](CodeGenieApp@cb4b0e8))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent cb4b0e8 commit 5c1e0a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.5.2](https://github.com/vendia/serverless-express/compare/v4.5.1...v4.5.2) (2021-10-14)


### Bug Fixes

* ensure response header value is string type ([#474](https://github.com/vendia/serverless-express/issues/474)) ([cb4b0e8](https://github.com/vendia/serverless-express/commit/cb4b0e82642c0110095f267c66751ed01370f768))

## [4.5.1](https://github.com/vendia/serverless-express/compare/v4.5.0...v4.5.1) (2021-10-13)


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": "@vendia/serverless-express",
"version": "4.5.1",
"version": "4.5.2",
"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",
Expand Down

0 comments on commit 5c1e0a5

Please sign in to comment.