diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3fde4a..cd6bdea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.45.4](https://github.com/nodemailer/wildduck/compare/v1.45.3...v1.45.4) (2024-11-07) + + +### Bug Fixes + +* **imap-indexer:** fix fileContentHash error in imap indexer, check for attachmentInfo beforehand ZMS-186 ([#756](https://github.com/nodemailer/wildduck/issues/756)) ([7daa0e3](https://github.com/nodemailer/wildduck/commit/7daa0e35d5462c46ff4228638f2e9e5f30ed880d)) + ## [1.45.3](https://github.com/nodemailer/wildduck/compare/v1.45.2...v1.45.3) (2024-11-05) diff --git a/package-lock.json b/package-lock.json index 5de6ef1f..b28516a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wildduck", - "version": "1.45.3", + "version": "1.45.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wildduck", - "version": "1.45.3", + "version": "1.45.4", "license": "EUPL-1.2", "dependencies": { "@fidm/x509": "1.2.1", diff --git a/package.json b/package.json index 7795560e..19bf1c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.45.3", + "version": "1.45.4", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {