Skip to content

Commit

Permalink
chore(release): 4.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.1](CodeGenieApp/serverless-express@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](CodeGenieApp/serverless-express#534)) ([34bd7da](CodeGenieApp/serverless-express@34bd7da))
  • Loading branch information
OneDev0411 committed Jul 26, 2022
1 parent 2178c19 commit 1b75299
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.10.1](https://github.com/vendia/serverless-express/compare/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](https://github.com/vendia/serverless-express/issues/534)) ([34bd7da](https://github.com/vendia/serverless-express/commit/34bd7da3fa20d754a98a59324a2bf7dc1e73a30c))

# [4.10.0](https://github.com/vendia/serverless-express/compare/v4.9.0...v4.10.0) (2022-07-25)


Expand Down
4 changes: 2 additions & 2 deletions 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.10.0",
"version": "4.10.1",
"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 1b75299

Please sign in to comment.