From daf4396a1f21d13b740d7e8e72551b7a79090075 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Sat, 6 May 2023 18:07:35 +0100 Subject: [PATCH] chore: releasing v7.1.0-canary.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d606c53..19b02f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqs-consumer", - "version": "7.1.0-canary.1", + "version": "7.1.0-canary.2", "description": "Build SQS-based Node applications without the boilerplate", "main": "dist/index.js", "types": "dist/index.d.ts",