Skip to content

Commit dfeee86

Browse files
chore(master): release 1.46.22 [skip-ci] (#991)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe2d4a5 commit dfeee86

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.46.22](https://github.com/zone-eu/wildduck/compare/v1.46.21...v1.46.22) (2026-02-16)
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+
* update test workflow, bump mongodb action version ([#998](https://github.com/zone-eu/wildduck/issues/998)) ([fe2d4a5](https://github.com/zone-eu/wildduck/commit/fe2d4a5cbc57d55c2d7ed31090739349fc5f996d))
12+
313
## [1.46.21](https://github.com/zone-eu/wildduck/compare/v1.46.20...v1.46.21) (2026-02-09)
414

515

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)