Skip to content

Commit 679f977

Browse files
chore(release): 4.1.12 [skip ci]
## [4.1.12](v4.1.11...v4.1.12) (2023-04-03) ### Bug Fixes * **types:** Export types for ESM. ([7d3755a](7d3755a)), closes [#329](#329)
1 parent 7d3755a commit 679f977

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.12](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.11...v4.1.12) (2023-04-03)
2+
3+
### Bug Fixes
4+
5+
- **types:** Export types for ESM. ([7d3755a](https://github.com/jwalton/node-amqp-connection-manager/commit/7d3755a0a9bdef6a55ee2bd61d450071727beb52)), closes [#329](https://github.com/jwalton/node-amqp-connection-manager/issues/329)
6+
17
## [4.1.11](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.10...v4.1.11) (2023-02-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.11",
3+
"version": "4.1.12",
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)