From 7a3d1d1076aa2f2ac0b292943da18b67e9a59c28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Dec 2022 23:31:40 +0000 Subject: [PATCH] chore(release): 4.1.10 [skip ci] ## [4.1.10](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10) (2022-12-31) ### Bug Fixes * exporting ChannelWrapper as a type without it getting emitted as metadata ([a6f7b5c](https://github.com/jwalton/node-amqp-connection-manager/commit/a6f7b5c7332b41229f90717f5c4650a04fe1dbba)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4114c..0f41724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.10](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10) (2022-12-31) + +### Bug Fixes + +- exporting ChannelWrapper as a type without it getting emitted as metadata ([a6f7b5c](https://github.com/jwalton/node-amqp-connection-manager/commit/a6f7b5c7332b41229f90717f5c4650a04fe1dbba)) + ## [4.1.9](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.8...v4.1.9) (2022-10-24) ### Bug Fixes diff --git a/package.json b/package.json index 3672771..80d68b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amqp-connection-manager", - "version": "4.1.9", + "version": "4.1.10", "description": "Auto-reconnect and round robin support for amqplib.", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js",