Skip to content

Commit

Permalink
Bumped version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 5, 2015
1 parent 038ba91 commit 529a8c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.6.0 2015-10-05

Maintenance release. Bumped dependencies to get support for unicode filenames for QQ webmail and to support emoji in filenames

## v1.5.0 2015-09-24

Use mailcomposer instead of built in solution to generate message sources. Bumped libmime gives better quoted-printable handling.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer",
"version": "1.5.0",
"version": "1.6.0",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "src/nodemailer.js",
"scripts": {
Expand Down Expand Up @@ -34,13 +34,13 @@
"nodemailer-dkim": "^1.0.3",
"nodemailer-markdown": "^1.0.0",
"nodemailer-stub-transport": "^1.0.0",
"sinon": "^1.17.0",
"smtp-server": "^1.5.2"
"sinon": "^1.17.1",
"smtp-server": "^1.6.0"
},
"dependencies": {
"hyperquest": "^1.2.0",
"libmime": "^1.1.0",
"mailcomposer": "^1.1.0",
"libmime": "^1.2.0",
"mailcomposer": "^1.2.0",
"nodemailer-direct-transport": "^1.0.2",
"nodemailer-smtp-transport": "^1.0.3"
},
Expand Down

0 comments on commit 529a8c9

Please sign in to comment.