diff --git a/package-lock.json b/package-lock.json index 508ba991..e0fc925d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqs-consumer", - "version": "7.2.0-canary.3", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqs-consumer", - "version": "7.2.0-canary.3", + "version": "7.2.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sqs": "^3.348.0", diff --git a/package.json b/package.json index b1046a5b..934cccd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqs-consumer", - "version": "7.2.0-canary.3", + "version": "7.2.0", "description": "Build SQS-based Node applications without the boilerplate", "main": "dist/index.js", "types": "dist/index.d.ts",