Skip to content

Commit

Permalink
chore(release): 4.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.0...v4.7.0) (2022-04-19)

### Features

* added sqs as event source ([#483](#483)) ([3f86b23](3f86b23))
  • Loading branch information
semantic-release-bot committed Apr 19, 2022
1 parent 9e10ff2 commit 3a6758f
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.7.0](https://github.com/vendia/serverless-express/compare/v4.6.0...v4.7.0) (2022-04-19)


### Features

* added sqs as event source ([#483](https://github.com/vendia/serverless-express/issues/483)) ([3f86b23](https://github.com/vendia/serverless-express/commit/3f86b23d234bf1f814d2a79630f78302f0f8deae))

# [4.6.0](https://github.com/vendia/serverless-express/compare/v4.5.4...v4.6.0) (2022-04-19)


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.6.0",
"version": "4.7.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 3a6758f

Please sign in to comment.