Skip to content

Commit

Permalink
chore(release): 4.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.2](v4.10.1...v4.10.2) (2023-05-07)

### Performance Improvements

* **logger:** defer execution of expensive logging calls ([#614](#614)) ([7d42c6d](7d42c6d))
  • Loading branch information
semantic-release-bot committed May 7, 2023
1 parent 7d42c6d commit d45fdd2
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.2](https:/vendia/serverless-express/compare/v4.10.1...v4.10.2) (2023-05-07)


### Performance Improvements

* **logger:** defer execution of expensive logging calls ([#614](https:/vendia/serverless-express/issues/614)) ([7d42c6d](https:/vendia/serverless-express/commit/7d42c6d55cb9c27d6ace81f62b3f90d882480d35))

## [4.10.1](https:/vendia/serverless-express/compare/v4.10.0...v4.10.1) (2022-07-26)


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.1",
"version": "4.10.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 d45fdd2

Please sign in to comment.