Skip to content

Commit 1987484

Browse files
chore(release): 4.10.1 [skip ci]
## [4.10.1](v4.10.0...v4.10.1) (2022-07-26) ### Bug Fixes * **http-function-runtime-v3:** fix undeclared variable and added improve tests for set-cookie ([#534](#534)) ([34bd7da](34bd7da))
1 parent 92530b6 commit 1987484

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.10.1](https://github.com/vendia/serverless-express/compare/v4.10.0...v4.10.1) (2022-07-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **http-function-runtime-v3:** fix undeclared variable and added improve tests for set-cookie ([#534](https://github.com/vendia/serverless-express/issues/534)) ([34bd7da](https://github.com/vendia/serverless-express/commit/34bd7da3fa20d754a98a59324a2bf7dc1e73a30c))
7+
18
# [4.10.0](https://github.com/vendia/serverless-express/compare/v4.9.0...v4.10.0) (2022-07-25)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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.10.0",
3+
"version": "4.10.1",
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)