Skip to content

Commit 8c98b94

Browse files
chore(master): release 1.46.22 [skip-ci]
1 parent d3e9f63 commit 8c98b94

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.21"
2+
".": "1.46.22"
33
}

CHANGELOG.md

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

3+
## [1.46.22](https://github.com/zone-eu/wildduck/compare/v1.46.21...v1.46.22) (2026-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **api-filters:** ZMS-15: unify FilterAction and FilterActionUpdate joi schemas, allow actions to be nullable ([#994](https://github.com/zone-eu/wildduck/issues/994)) ([17fcf3c](https://github.com/zone-eu/wildduck/commit/17fcf3c049ccbe943f69aff90e5fc90fbcc4a68e))
9+
* **api-messages-search:** ZMSA-80: fix messages search q param parsing for AND fulltext search ([#995](https://github.com/zone-eu/wildduck/issues/995)) ([d3e9f63](https://github.com/zone-eu/wildduck/commit/d3e9f63cef1f4d7412c72e0816d4039ca194ba40))
10+
* **api:** ZMSA-74: fix api endpoints' input and output object types ([#988](https://github.com/zone-eu/wildduck/issues/988)) ([ec1ed40](https://github.com/zone-eu/wildduck/commit/ec1ed407f692e1f5754bd12498492b8de6cd18b3))
11+
312
## [1.46.21](https://github.com/zone-eu/wildduck/compare/v1.46.20...v1.46.21) (2026-02-09)
413

514

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.21",
3+
"version": "1.46.22",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)