chore(master): release 1.40.10 [skip-ci] (#532)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-17 10:25:52 +03:00 committed by GitHub
parent 73acc42cd1
commit 917e029a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## [1.40.10](https://github.com/nodemailer/wildduck/compare/v1.40.9...v1.40.10) (2023-10-16)
### Bug Fixes
* **api-filters:** Return valid action.mailbox value for a filter object ([c00cc02](https://github.com/nodemailer/wildduck/commit/c00cc026586fb20eb4509f0d9cc66174bb792c5d))
* **attachments:** Added contentDisposition property for attachments ([292bbc2](https://github.com/nodemailer/wildduck/commit/292bbc28217f6ad271edbcea8416d2bab719726f))
* **imapconnection:** inherit logger and loggelf from server for IMAPConnection ([#533](https://github.com/nodemailer/wildduck/issues/533)) ([667f992](https://github.com/nodemailer/wildduck/commit/667f992ca4bb9f7b50e6f8102ce08f1d3bc0b962))
## [1.40.9](https://github.com/nodemailer/wildduck/compare/v1.40.8...v1.40.9) (2023-10-09)

4
package-lock.json generated
View file

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

View file

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