From a91e02f9ab4f61cc227659c6f0193d9d264d37d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 03:37:35 +0000 Subject: [PATCH] chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/umanamente/n8n-nodes-imap/compare/v2.4.0...v2.4.1) (2024-10-31) ### Bug Fixes * "Mailbox Create" operation used incorrect input parameters resulting in failure to create mailbox ([d38d029](https://github.com/umanamente/n8n-nodes-imap/commit/d38d02965d74873e547883921647b2280fa08e7b)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fa3d4..625b03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.1](https://github.com/umanamente/n8n-nodes-imap/compare/v2.4.0...v2.4.1) (2024-10-31) + +### Bug Fixes + +* "Mailbox Create" operation used incorrect input parameters resulting in failure to create mailbox ([d38d029](https://github.com/umanamente/n8n-nodes-imap/commit/d38d02965d74873e547883921647b2280fa08e7b)) + ## [2.4.0](https://github.com/umanamente/n8n-nodes-imap/compare/v2.3.0...v2.4.0) (2024-10-15) ### Features diff --git a/package.json b/package.json index 70c5ee7..fa274a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-imap", - "version": "2.4.0", + "version": "2.4.1", "description": "This node allows you to connect to an IMAP server and retrieve emails.", "keywords": [ "n8n-community-node-package"