From 35396c02cf64a98d0963b51101686893b92362b4 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Wed, 15 May 2024 17:15:38 -0700 Subject: [PATCH] bump package version to 1.0.1 --- 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 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" -- 2.44.1