Skip to content

Commit

Permalink
chore(release): 4.1.10 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.10](v4.1.9...v4.1.10) (2022-12-31)

### Bug Fixes

* exporting ChannelWrapper as a type without it getting emitted as metadata ([a6f7b5c](a6f7b5c))
  • Loading branch information
semantic-release-bot committed Dec 31, 2022
1 parent 7165811 commit 7a3d1d1
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.10](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10) (2022-12-31)

### Bug Fixes

- exporting ChannelWrapper as a type without it getting emitted as metadata ([a6f7b5c](https://github.com/jwalton/node-amqp-connection-manager/commit/a6f7b5c7332b41229f90717f5c4650a04fe1dbba))

## [4.1.9](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.8...v4.1.9) (2022-10-24)

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

Please sign in to comment.