Skip to content

Commit

Permalink
chore(release): 4.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.6](v4.1.5...v4.1.6) (2022-08-11)

### Bug Fixes

* Upgrade promise-breaker to 6.0.0 to fix typescript imports. ([c9aff08](c9aff08)), closes [#234](#234)
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent c9aff08 commit a1092b3
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.6](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.5...v4.1.6) (2022-08-11)

### Bug Fixes

- Upgrade promise-breaker to 6.0.0 to fix typescript imports. ([c9aff08](https://github.com/jwalton/node-amqp-connection-manager/commit/c9aff0893336dab3e440825f56c3e94aa39d9ecc)), closes [#234](https://github.com/jwalton/node-amqp-connection-manager/issues/234)

## [4.1.5](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.4...v4.1.5) (2022-08-09)

### Reverts
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.5",
"version": "4.1.6",
"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 a1092b3

Please sign in to comment.