Skip to content

Commit 1e8f11a

Browse files
author
cgohlke
committed
prepare new minor version 0.6.1
1 parent 3855dc0 commit 1e8f11a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
284284
285285
## Release History
286286
287+
* 0.6.1 s3: fix: aggregate result promises to one promise; fix: s3Route interface
287288
* 0.6.0 new feature: S3 routes available.
288289
* 0.5.0 new feature: SQS route integration now available; bugfix: SNS integration now works woth Array of message instead of single message
289290
* 0.4.0 now [the Context Object](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html) pass through

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-router",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "AWS lambda router",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)