Skip to content

Commit dd7ac46

Browse files
chore(master): release 1.46.13 [skip-ci] (#936)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42a7b4a commit dd7ac46

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.12"
2+
".": "1.46.13"
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.13](https://github.com/zone-eu/wildduck/compare/v1.46.12...v1.46.13) (2025-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **crypto.createDecipher:** ZMSA-47: dkim legacy decipher fixes ([#935](https://github.com/zone-eu/wildduck/issues/935)) ([538b22e](https://github.com/zone-eu/wildduck/commit/538b22e78c9614bc275a18ad7674be7415e84ff7))
9+
* **pop3top:** ZMSA-55: fix POP3 TOP -ERR write after end ([#938](https://github.com/zone-eu/wildduck/issues/938)) ([42a7b4a](https://github.com/zone-eu/wildduck/commit/42a7b4aadad35d92041ca6267a5e8db1a5d8900a))
10+
311
## [1.46.12](https://github.com/zone-eu/wildduck/compare/v1.46.11...v1.46.12) (2025-12-09)
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.12",
3+
"version": "1.46.13",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)