From 3ca20a747e9e787db640d944be75356fdd647ece Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 May 2023 13:38:01 +0000 Subject: [PATCH] chore(release): 4.1.13 [skip ci] ## [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)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb073ab..8f87f94 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 2c53311..9de41b3 100644 --- a/package.json +++ b/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",