From bbdc652aeb85b6aeae86a74c12a036c34b48fe1d Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Wed, 10 May 2023 18:42:23 +0100 Subject: [PATCH] v7.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb1f4585..41643219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqs-consumer", - "version": "7.1.0-canary.3", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sqs-consumer", - "version": "7.1.0-canary.3", + "version": "7.1.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sqs": "^3.258.0", diff --git a/package.json b/package.json index f271b74d..e826c49a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqs-consumer", - "version": "7.1.0-canary.3", + "version": "7.1.0", "description": "Build SQS-based Node applications without the boilerplate", "main": "dist/index.js", "types": "dist/index.d.ts",