Skip to content

Commit c68778b

Browse files
chore(release): 4.3.2 [skip ci]
## [4.3.2](v4.3.1...v4.3.2) (2021-02-18) ### Bug Fixes * default contentEncodings and contentTypes to constants ([e0bd86e](e0bd86e)), closes [#373](#373) * refactor proxy and add deprecation warnings ([d50b7e7](d50b7e7))
1 parent e0bd86e commit c68778b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.3.2](https://github.com/vendia/serverless-express/compare/v4.3.1...v4.3.2) (2021-02-18)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
* refactor proxy and add deprecation warnings ([d50b7e7](https://github.com/vendia/serverless-express/commit/d50b7e7acf715f0e34ce401b8704f2970d79e2fa))
8+
19
## [4.3.1](https://github.com/vendia/serverless-express/compare/v4.3.0...v4.3.1) (2021-02-13)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.1",
3+
"version": "4.3.2",
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)