Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nodemailer/wildduck
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 6, 2023
2 parents 81ec8ca + bbe0e69 commit 5eeab92
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.39.15](https://github.com/nodemailer/wildduck/compare/v1.39.14...v1.39.15) (2023-09-05)


### Bug Fixes

* **ci:** Added NPM release workflow ([f4cdbb2](https://github.com/nodemailer/wildduck/commit/f4cdbb2ba5f9607dc6ca521cfcbaaed14d338bef))
* **ci:** Added NPM release workflow ([326ed59](https://github.com/nodemailer/wildduck/commit/326ed59bb94cac6e462b2a503a26eaafd0137093))
* **release:** Added package-lock required for pubslishing ([6b42cc5](https://github.com/nodemailer/wildduck/commit/6b42cc5c289645299d14e08ae42c75aecabf3217))
* **release:** updated repo url for automatic publishing ([48ce200](https://github.com/nodemailer/wildduck/commit/48ce2005be143767f53d8251d0b40e9661c31930))
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<a href="https://snyk.io/test/github/nodemailer/wildduck" target="_blank"><img src="https://img.shields.io/snyk/vulnerabilities/github/nodemailer/wildduck" alt="Vulnerabilities" /></a>
<a href="https://hub.docker.com/r/nodemailer/wildduck" target="_blank"><img src="https://img.shields.io/docker/image-size/nodemailer/wildduck?label=docker%20image" alt="docker" /></a>
<a href="https://gitter.im/nodemailer/wildduck" target="_blank"><img src="https://img.shields.io/gitter/room/nodemailer/wildduck?color=orange" alt="gitter" /></a>
<a href="https://docs.wildduck.email/api/openapi.yml"><img src="https://img.shields.io/swagger/valid/3.0?specUrl=https%3A%2F%2Fdocs.wildduck.email%2Fapi%2Fopenapi.yml"></a>
</p>

WildDuck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data, including emails.
Expand All @@ -28,4 +29,4 @@ WildDuck tries to follow Gmail in product design. If there's a decision to be ma

## License

WildDuck Mail Agent is licensed under the [European Union Public License 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12) or later.
WildDuck Mail Agent is licensed under the [European Union Public License 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12) or later.
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.39.14",
"version": "1.39.15",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 5eeab92

Please sign in to comment.