Skip to content

Commit

Permalink
chore(release): 4.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.7](v4.1.6...v4.1.7) (2022-09-30)

### Bug Fixes

* consumer registered twice during setup ([1ca216a](1ca216a)), closes [#297](#297)
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 2c7409d commit c285669
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 @@
## [4.1.7](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.6...v4.1.7) (2022-09-30)

### Bug Fixes

- consumer registered twice during setup ([1ca216a](https://github.com/jwalton/node-amqp-connection-manager/commit/1ca216a47c2abdbb1f4a1e04b9032cb03db17aa2)), closes [#297](https://github.com/jwalton/node-amqp-connection-manager/issues/297)

## [4.1.6](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.5...v4.1.6) (2022-08-11)

### 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": "4.1.6",
"version": "4.1.7",
"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 c285669

Please sign in to comment.