Skip to content

Commit 2e14020

Browse files
chore(master): release 1.46.23 [skip-ci] (#999)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 524529e commit 2e14020

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.46.22"
2+
".": "1.46.23"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.46.23](https://github.com/zone-eu/wildduck/compare/v1.46.22...v1.46.23) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **RFC5987-filename:** ZMS-14: Allow RFC5987 encoded filenames (filename*=charset'language'text) ([#993](https://github.com/zone-eu/wildduck/issues/993)) ([53e220a](https://github.com/zone-eu/wildduck/commit/53e220a8e290c43262a4a1588d9bed4b757bd3cb))
9+
* ZMS-3: reduce race condition errors when uploading sub-chunk size attachments ([#997](https://github.com/zone-eu/wildduck/issues/997)) ([524529e](https://github.com/zone-eu/wildduck/commit/524529ec3e94def2d54bbb68bce8863ed6bd8535))
10+
311
## [1.46.22](https://github.com/zone-eu/wildduck/compare/v1.46.21...v1.46.22) (2026-02-16)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zone-eu/wildduck",
3-
"version": "1.46.22",
3+
"version": "1.46.23",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)