chore(master): release 1.40.5 [skip-ci] (#524)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-05 12:53:58 +03:00 committed by GitHub
parent efbe0dd673
commit dd5a5ad2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [1.40.5](https://github.com/nodemailer/wildduck/compare/v1.40.4...v1.40.5) (2023-10-05)
### Bug Fixes
* **docker:** moved docker release workflow under release workflow ([efbe0dd](https://github.com/nodemailer/wildduck/commit/efbe0dd67306d2c91d2f2737177526b6abaf730d))
## [1.40.4](https://github.com/nodemailer/wildduck/compare/v1.40.3...v1.40.4) (2023-10-05)

4
package-lock.json generated
View file

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

View file

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