From fddf949630a9a1d271f1b15f10bfc23a3675f16f Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:41:18 +0100 Subject: [PATCH] 17.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 ceefea1..a038810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rascal", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rascal", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "dependencies": { "async": "^3.2.4", diff --git a/package.json b/package.json index 85fca10..00a93c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rascal", - "version": "17.0.0", + "version": "17.0.1", "description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts", "main": "index.js", "dependencies": {