Merge pull request #488 from nodemailer/release-please--branches--master--components--wildduck

chore(master): release 1.39.15 [skip-ci]
This commit is contained in:
Andris Reinman 2023-09-05 11:49:53 +03:00 committed by GitHub
commit debbdfee45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

11
CHANGELOG.md Normal file
View file

@ -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))

4
package-lock.json generated
View file

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

View file

@ -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": {