From b48ecb3c6d8223caa4a4222919a439c136d4e094 Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Thu, 15 Sep 2022 06:54:10 +0100 Subject: [PATCH] 16.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b33eabc..f8bc25a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rascal", - "version": "15.0.1", + "version": "16.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a4d2e14..0deb56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rascal", - "version": "15.0.1", + "version": "16.0.0", "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": {