We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ce8d3 commit 1de5e74Copy full SHA for 1de5e74
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.1.11](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.10...v4.1.11) (2023-02-24)
2
+
3
+### Bug Fixes
4
5
+- Add unbindQueue to ChannelWrapper. ([55ce8d3](https://github.com/jwalton/node-amqp-connection-manager/commit/55ce8d37d64fc946e95f238ea3ee3e034e6dd456))
6
7
## [4.1.10](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10) (2022-12-31)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "amqp-connection-manager",
- "version": "4.1.10",
+ "version": "4.1.11",
"description": "Auto-reconnect and round robin support for amqplib.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
0 commit comments