Skip to content

Commit

Permalink
chore(release): 4.1.13 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.13](v4.1.12...v4.1.13) (2023-05-02)

### Bug Fixes

* **types:** move `types` condition to the front ([a1eb206](a1eb206))
  • Loading branch information
semantic-release-bot committed May 2, 2023
1 parent 749cf72 commit 3ca20a7
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.13](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.12...v4.1.13) (2023-05-02)

### Bug Fixes

- **types:** move `types` condition to the front ([a1eb206](https://github.com/jwalton/node-amqp-connection-manager/commit/a1eb206a86aff49164c766575ddb7717c0847c44))

## [4.1.12](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.11...v4.1.12) (2023-04-03)

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

Please sign in to comment.