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 May 13, 2024
1 parent aacf132 commit 2579938
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### Bug Fixes

* **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-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 2579938

Please sign in to comment.