Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.3.1...v2.0.0) (2024-06-12)

### ⚠ BREAKING CHANGES

* **attachments:** The downloadAttachment node output is changed. Each output item could now contain multiple binary fields named "attachment_0", "attachment_1", etc.
Previously, there was only one binary field per output item named "attachment".

### Features

* **attachments:** add option to download all attachments or a comma-separated list of attachment IDs ([2c7a353](2c7a353))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent 2c7a353 commit 68d88c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.0](https://github.com/umanamente/n8n-nodes-imap/compare/v1.3.1...v2.0.0) (2024-06-12)


### ⚠ BREAKING CHANGES

* **attachments:** The downloadAttachment node output is changed. Each output item could now contain multiple binary fields named "attachment_0", "attachment_1", etc.
Previously, there was only one binary field per output item named "attachment".

### Features

* **attachments:** add option to download all attachments or a comma-separated list of attachment IDs ([2c7a353](https://github.com/umanamente/n8n-nodes-imap/commit/2c7a353bbc03b8da311cac6468917924c56d30db))

## [1.3.1](https://github.com/umanamente/n8n-nodes-imap/compare/v1.3.0...v1.3.1) (2024-05-30)


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": "n8n-nodes-imap",
"version": "1.3.1",
"version": "2.0.0",
"description": "This node allows you to connect to an IMAP server and retrieve emails.",
"keywords": [
"n8n-community-node-package"
Expand Down

0 comments on commit 68d88c2

Please sign in to comment.