Skip to content

Commit 36f234b

Browse files
chore(release): 3.6.0 [skip ci]
# [3.6.0](jwalton/node-amqp-connection-manager@v3.5.2...v3.6.0) (2021-08-27) ### Features * reconnect and cancelAll consumers ([fb0c00b](jwalton@fb0c00b))
1 parent 8655a33 commit 36f234b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.6.0](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.2...v3.6.0) (2021-08-27)
2+
3+
### Features
4+
5+
- reconnect and cancelAll consumers ([fb0c00b](https://github.com/jwalton/node-amqp-connection-manager/commit/fb0c00becc224ffedd28e810cbb314187d21efdb))
6+
17
## [3.5.2](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.1...v3.5.2) (2021-08-26)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amqp-connection-manager",
3-
"version": "3.5.2",
3+
"version": "3.6.0",
44
"description": "Auto-reconnect and round robin support for amqplib.",
55
"module": "./dist/esm/index.js",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)