Skip to content

Commit

Permalink
chore(release): 4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.10.0](v4.9.0...v4.10.0) (2022-07-25)

### Features

* **response:** added support to Uint8Array ([#540](#540)) ([8b76331](8b76331))
  • Loading branch information
semantic-release-bot committed Jul 25, 2022
1 parent 8b76331 commit 7887af6
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.0](https:/vendia/serverless-express/compare/v4.9.0...v4.10.0) (2022-07-25)


### Features

* **response:** added support to Uint8Array ([#540](https:/vendia/serverless-express/issues/540)) ([8b76331](https:/vendia/serverless-express/commit/8b76331e047c1a761ca6754303c253261e87840e))

# [4.9.0](https:/vendia/serverless-express/compare/v4.8.3...v4.9.0) (2022-06-30)


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.9.0",
"version": "4.10.0",
"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 7887af6

Please sign in to comment.