Skip to content

Commit

Permalink
chore(release): 3.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 27, 2021
1 parent 8655a33 commit 36f234b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.6.0](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.2...v3.6.0) (2021-08-27)

### Features

- reconnect and cancelAll consumers ([fb0c00b](https://github.com/jwalton/node-amqp-connection-manager/commit/fb0c00becc224ffedd28e810cbb314187d21efdb))

## [3.5.2](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.1...v3.5.2) (2021-08-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amqp-connection-manager",
"version": "3.5.2",
"version": "3.6.0",
"description": "Auto-reconnect and round robin support for amqplib.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 36f234b

Please sign in to comment.