Skip to content

Commit 599d31f

Browse files
chore(release): 4.1.14 [skip ci]
## [4.1.14](v4.1.13...v4.1.14) (2023-07-27) ### Bug Fixes * added type build step ([0cc9859](0cc9859)) * export types in separate directory ([5d6cdbf](5d6cdbf))
1 parent 2d5aaeb commit 599d31f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.14](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.13...v4.1.14) (2023-07-27)
2+
3+
### Bug Fixes
4+
5+
- added type build step ([0cc9859](https://github.com/jwalton/node-amqp-connection-manager/commit/0cc9859c47bd54f1d449568f665426755064cba4))
6+
- export types in separate directory ([5d6cdbf](https://github.com/jwalton/node-amqp-connection-manager/commit/5d6cdbfc9340c2b8a2b93d40277656ccaa937cae))
7+
18
## [4.1.13](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.12...v4.1.13) (2023-05-02)
29

310
### 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.13",
3+
"version": "4.1.14",
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)