Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkalvin committed Jan 30, 2022
1 parent 6e8ed3b commit d66135e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/diagnostics-channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"dependencies": {
"@aws-sdk/client-sqs": "^3.48.0",
"sqs-poller": "^1.4.0"
"sqs-poller": "^1.5.0"
}
}
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": "sqs-poller",
"version": "1.4.0",
"version": "1.5.0",
"description": "SQS poller written on top of AWS SQS client V3.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d66135e

Please sign in to comment.