Skip to content

Commit

Permalink
chore(release): 4.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.2](CodeGenieApp/serverless-express@v4.3.1...v4.3.2) (2021-02-18)

### Bug Fixes

* default contentEncodings and contentTypes to constants ([e0bd86e](CodeGenieApp@e0bd86e)), closes [CodeGenieApp#373](CodeGenieApp#373)
* refactor proxy and add deprecation warnings ([d50b7e7](CodeGenieApp@d50b7e7))
  • Loading branch information
semantic-release-bot committed Feb 18, 2021
1 parent e0bd86e commit c68778b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.3.2](https://github.com/vendia/serverless-express/compare/v4.3.1...v4.3.2) (2021-02-18)


### Bug Fixes

* default contentEncodings and contentTypes to constants ([e0bd86e](https://github.com/vendia/serverless-express/commit/e0bd86e7b1ee5e2c26287ae6c8af54005df9e21d)), closes [#373](https://github.com/vendia/serverless-express/issues/373)
* refactor proxy and add deprecation warnings ([d50b7e7](https://github.com/vendia/serverless-express/commit/d50b7e7acf715f0e34ce401b8704f2970d79e2fa))

## [4.3.1](https://github.com/vendia/serverless-express/compare/v4.3.0...v4.3.1) (2021-02-13)


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.1",
"version": "4.3.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 c68778b

Please sign in to comment.