From: Justin Wind Date: Thu, 16 May 2024 00:15:38 +0000 (-0700) Subject: bump package version to 1.0.1 X-Git-Tag: v1.0.1^0 X-Git-Url: https://git.squeep.com/?p=squeep-amqp-helper;a=commitdiff_plain;h=HEAD bump package version to 1.0.1 --- diff --git a/package-lock.json b/package-lock.json index 6615057..d5d5c01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/amqp-helper", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/amqp-helper", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@squeep/log-helper": "^1", diff --git a/package.json b/package.json index f67fa16..9d8de45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/amqp-helper", - "version": "1.0.0", + "version": "1.0.1", "description": "A wrapper around amqplib which codifies some opinions and simplifies producing and consuming.", "engines": { "node": ">=14"