Skip to content

Commit

Permalink
chore(release): 4.1.14 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 27, 2023
1 parent 2d5aaeb commit 599d31f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.14](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.13...v4.1.14) (2023-07-27)

### Bug Fixes

- added type build step ([0cc9859](https://github.com/jwalton/node-amqp-connection-manager/commit/0cc9859c47bd54f1d449568f665426755064cba4))
- export types in separate directory ([5d6cdbf](https://github.com/jwalton/node-amqp-connection-manager/commit/5d6cdbfc9340c2b8a2b93d40277656ccaa937cae))

## [4.1.13](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.12...v4.1.13) (2023-05-02)

### Bug Fixes
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.13",
"version": "4.1.14",
"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 599d31f

Please sign in to comment.