Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
prepare new minor version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chgohlke committed Jan 2, 2019
1 parent 3855dc0 commit 1e8f11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
## Release History
* 0.6.1 s3: fix: aggregate result promises to one promise; fix: s3Route interface
* 0.6.0 new feature: S3 routes available.
* 0.5.0 new feature: SQS route integration now available; bugfix: SNS integration now works woth Array of message instead of single message
* 0.4.0 now [the Context Object](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html) pass through
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-router",
"version": "0.6.0",
"version": "0.6.1",
"description": "AWS lambda router",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1e8f11a

Please sign in to comment.