From 9a61cff18689f773b01a77d00d6e309507fb5dd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:44:27 +0300 Subject: [PATCH] chore(master): release 1.45.0 [skip-ci] (#717) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e06f19..42d12ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.45.0](https://github.com/nodemailer/wildduck/compare/v1.44.0...v1.45.0) (2024-08-01) + + +### Features + +* added [@forwardemail](https://github.com/forwardemail) to third-party projects ([#716](https://github.com/nodemailer/wildduck/issues/716)) ([66f8c12](https://github.com/nodemailer/wildduck/commit/66f8c123c37f425ed1eb98aa0eae36c6504b4fd5)) + + +### Bug Fixes + +* fixed XAPPLEPUSHSERVICE command (needs to return topic) ([#719](https://github.com/nodemailer/wildduck/issues/719)) ([ba0258f](https://github.com/nodemailer/wildduck/commit/ba0258fc5bc7697ada157f77538eadf667690cd2)) +* **lib-filter:** ZMS-161 ([#718](https://github.com/nodemailer/wildduck/issues/718)) ([f32dc14](https://github.com/nodemailer/wildduck/commit/f32dc147e631ac398d5d3a661611e607d2688c47)) + ## [1.44.0](https://github.com/nodemailer/wildduck/compare/v1.43.3...v1.44.0) (2024-07-29) diff --git a/package-lock.json b/package-lock.json index 6c0922e..acdcd50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wildduck", - "version": "1.44.0", + "version": "1.45.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wildduck", - "version": "1.44.0", + "version": "1.45.0", "license": "EUPL-1.2", "dependencies": { "@fidm/x509": "1.2.1", diff --git a/package.json b/package.json index 89bc49a..8be81ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.44.0", + "version": "1.45.0", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {