Skip to content

Commit

Permalink
chore(release): 4.3.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.8](CodeGenieApp/serverless-express@v4.3.7...v4.3.8) (2021-05-31)

### Bug Fixes

* make headers an object instead of an array ([CodeGenieApp#386](CodeGenieApp#386)) ([a987fee](CodeGenieApp@a987fee))
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent f7495d6 commit 5cd87c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.8](https://github.com/vendia/serverless-express/compare/v4.3.7...v4.3.8) (2021-05-31)


### Bug Fixes

* make headers an object instead of an array ([#386](https://github.com/vendia/serverless-express/issues/386)) ([a987fee](https://github.com/vendia/serverless-express/commit/a987feee3f8b3d03972b0756b22f9f363f65e739))

## [4.3.7](https://github.com/vendia/serverless-express/compare/v4.3.6...v4.3.7) (2021-05-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.3.7",
"version": "4.3.8",
"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 5cd87c8

Please sign in to comment.