Skip to content

Commit

Permalink
chore(master): release 1.43.4 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent c9188b3 commit 27d886d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.43.4](https://github.com/nodemailer/wildduck/compare/v1.43.3...v1.43.4) (2024-06-05)


### Bug Fixes

* **api-addresses:** Main isn't required when updating an address ([#695](https://github.com/nodemailer/wildduck/issues/695)) ([c9188b3](https://github.com/nodemailer/wildduck/commit/c9188b3766b547b091d140a33308b5c3ec3aa1d4))
* **api-all:** Fixes to some API endpoint request and/or response types and schemas ZMS-157 ([#691](https://github.com/nodemailer/wildduck/issues/691)) ([836ca26](https://github.com/nodemailer/wildduck/commit/836ca2601714c2e6337cbbaaaf80e8b5275af821))
* **api-all:** Replaced old documentation with new, autogenerated, one ZMS-154 ([#693](https://github.com/nodemailer/wildduck/issues/693)) ([753997f](https://github.com/nodemailer/wildduck/commit/753997fac7936bd14f564f6773926fc027907a4c))
* **api-endpoints:** public_get and acme endpoints excluded from api docs generation ZMS-156 ([#688](https://github.com/nodemailer/wildduck/issues/688)) ([cc832b2](https://github.com/nodemailer/wildduck/commit/cc832b2da7b008e3b2f3ce739e415f0e684b6de2))
* **api-req_end:** req_end issue fix ZMS-147 ([#681](https://github.com/nodemailer/wildduck/issues/681)) ([ca57ea4](https://github.com/nodemailer/wildduck/commit/ca57ea4897cf0b9bdcac08593005dd54c195c982))
* **api-submit:** Fix submit.js mailboxId and reference request fields ZMS-158 ([#690](https://github.com/nodemailer/wildduck/issues/690)) ([37b6793](https://github.com/nodemailer/wildduck/commit/37b6793976c9d73dc7796bb0f1072472569f4f5b))
* **api-users-updates:** added users/updates api endpoint to api docs generation ZMS-155 ([#687](https://github.com/nodemailer/wildduck/issues/687)) ([490b4e5](https://github.com/nodemailer/wildduck/commit/490b4e5118716107b2b9dcc4c6c74ac00969df1e))
* **api-webhooks:** added all webhook api endpoints to api docs generation ZMS-153 ([#686](https://github.com/nodemailer/wildduck/issues/686)) ([e9abf85](https://github.com/nodemailer/wildduck/commit/e9abf8581f9dcfb2df7b1e317ab0e0e15aa7c4a2))
* **deps:** Bumped deps to clear out some security warnings ([aacf132](https://github.com/nodemailer/wildduck/commit/aacf1326feb0a3323ad0e874c7d4935232eb1084))

## [1.43.3](https://github.com/nodemailer/wildduck/compare/v1.43.2...v1.43.3) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.43.3",
"version": "1.43.4",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 27d886d

Please sign in to comment.