chore(master): release 1.41.2 [skip-ci] (#578)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-12-15 13:02:00 +02:00 committed by GitHub
parent c1e28db0f3
commit 89d641eb40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [1.41.2](https://github.com/nodemailer/wildduck/compare/v1.41.1...v1.41.2) (2023-12-15)
### Bug Fixes
* **upload:** allow empty name field in the Upload message FROM: header ZMS-113 ([#577](https://github.com/nodemailer/wildduck/issues/577)) ([c1e28db](https://github.com/nodemailer/wildduck/commit/c1e28db0f3d37b507e7aaef6b26557b27f7ab2f3))
## [1.41.1](https://github.com/nodemailer/wildduck/compare/v1.41.0...v1.41.1) (2023-12-14)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "wildduck",
"version": "1.41.1",
"version": "1.41.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wildduck",
"version": "1.41.1",
"version": "1.41.2",
"license": "EUPL-1.2",
"dependencies": {
"@fidm/x509": "1.2.1",

View file

@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.41.1",
"version": "1.41.2",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {