Skip to content

Commit 36cb796

Browse files
chore(release): 4.3.5 [skip ci]
## [4.3.5](v4.3.4...v4.3.5) (2021-05-11) ### Bug Fixes * fix aws api gateway v2 event source cookies handling ([#389](#389)) ([6e0868c](6e0868c))
1 parent 6e0868c commit 36cb796

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.3.5](https://github.com/vendia/serverless-express/compare/v4.3.4...v4.3.5) (2021-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* fix aws api gateway v2 event source cookies handling ([#389](https://github.com/vendia/serverless-express/issues/389)) ([6e0868c](https://github.com/vendia/serverless-express/commit/6e0868cb7665cfbd8145205098c4945e0292d79b))
7+
18
## [4.3.4](https://github.com/vendia/serverless-express/compare/v4.3.3...v4.3.4) (2021-03-03)
29

310

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.4",
3+
"version": "4.3.5",
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)