Skip to content

Commit f0e43a5

Browse files
chore(master): release 1.46.15 [skip-ci] (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 459bdae commit f0e43a5

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.14"
2+
".": "1.46.15"
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.15](https://github.com/zone-eu/wildduck/compare/v1.46.14...v1.46.15) (2026-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **imap-connection:** ZMS-106: fix notification locking issues ([#949](https://github.com/zone-eu/wildduck/issues/949)) ([459bdae](https://github.com/zone-eu/wildduck/commit/459bdaeff7c4bc7bf11879e45c5b270ab9b5a0a1))
9+
* **pop3:** fix pipelining race condition causing mpop "invalid reply" errors ([#950](https://github.com/zone-eu/wildduck/issues/950)) ([ea86c9f](https://github.com/zone-eu/wildduck/commit/ea86c9fd464574a0b8a1bf95c6fbc29d501570a9))
10+
311
## [1.46.14](https://github.com/zone-eu/wildduck/compare/v1.46.13...v1.46.14) (2026-01-06)
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.14",
3+
"version": "1.46.15",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)