Skip to content

Commit 7a3d1d1

Browse files
chore(release): 4.1.10 [skip ci]
## [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))
1 parent 7165811 commit 7a3d1d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.10](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10) (2022-12-31)
2+
3+
### Bug Fixes
4+
5+
- exporting ChannelWrapper as a type without it getting emitted as metadata ([a6f7b5c](https://github.com/jwalton/node-amqp-connection-manager/commit/a6f7b5c7332b41229f90717f5c4650a04fe1dbba))
6+
17
## [4.1.9](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.8...v4.1.9) (2022-10-24)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amqp-connection-manager",
3-
"version": "4.1.9",
3+
"version": "4.1.10",
44
"description": "Auto-reconnect and round robin support for amqplib.",
55
"module": "./dist/esm/index.js",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)