Major version bump for email package

This commit is contained in:
Jan Dvorak
2020-05-13 13:51:43 +09:00
parent 7d49db61c1
commit adae6b2bc2
2 changed files with 6 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
## vNEXT, unreleased
### Changes
### Breaking changes
* `email` package dependencies have been update and package version has been bumped to 1.3.0
* `email` package dependencies have been update and package version has been bumped to 2.0.0
There is a potential breaking change as the underlying package started to use `dns.resolve()`
instead of `dns.lookup()` which might be breaking on some environments.
See [nodemailer changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) for more information.
## v1.10.2, 2020-04-21

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Send email messages",
version: "1.3.0"
version: "2.0.0"
});
Npm.depends({