Skip to content

Commit

Permalink
chore(release): 4.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.8](v4.1.7...v4.1.8) (2022-10-24)

### Bug Fixes

* error thrown when queue deleted in amqplib 0.10.0 ([60700ee](60700ee)), closes [#301](#301)
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent 7a430ef commit b61d3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [4.1.8](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.7...v4.1.8) (2022-10-24)

### Bug Fixes

- error thrown when queue deleted in amqplib 0.10.0 ([60700ee](https://github.com/jwalton/node-amqp-connection-manager/commit/60700eebcac6f1ce985a34da59f216481473780a)), closes [#301](https://github.com/jwalton/node-amqp-connection-manager/issues/301)

## [4.1.7](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.6...v4.1.7) (2022-09-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "amqp-connection-manager",
"version": "4.1.7",
"version": "4.1.8",
"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 b61d3ae

Please sign in to comment.