chore(master): release 1.43.2 [skip-ci] (#682)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-29 13:47:22 +03:00 committed by GitHub
parent 02faac9e8a
commit 7ee5d06520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## [1.43.2](https://github.com/nodemailer/wildduck/compare/v1.43.1...v1.43.2) (2024-04-29)
### Bug Fixes
* **SNI:** do not use the default db for SNI ([a6c53eb](https://github.com/nodemailer/wildduck/commit/a6c53eba1fb3a6ed929050742b8681dafc472ce8))
## [1.43.1](https://github.com/nodemailer/wildduck/compare/v1.43.0...v1.43.1) (2024-04-29) ## [1.43.1](https://github.com/nodemailer/wildduck/compare/v1.43.0...v1.43.1) (2024-04-29)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "wildduck", "name": "wildduck",
"version": "1.43.1", "version": "1.43.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "wildduck", "name": "wildduck",
"version": "1.43.1", "version": "1.43.2",
"license": "EUPL-1.2", "license": "EUPL-1.2",
"dependencies": { "dependencies": {
"@fidm/x509": "1.2.1", "@fidm/x509": "1.2.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "wildduck", "name": "wildduck",
"version": "1.43.1", "version": "1.43.2",
"description": "IMAP/POP3 server built with Node.js and MongoDB", "description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {