Skip to content

Commit

Permalink
Bumped version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 24, 2015
1 parent c793384 commit 038ba91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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.5.0 2015-09-24

Use mailcomposer instead of built in solution to generate message sources. Bumped libmime gives better quoted-printable handling.

## v1.4.0 2015-06-27

Added new message option `watchHtml` to specify Apple Watch specific HTML part of the message. See [this post](https://litmus.com/blog/how-to-send-hidden-version-email-apple-watch) for details
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer",
"version": "1.4.0",
"version": "1.5.0",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "src/nodemailer.js",
"scripts": {
Expand All @@ -26,21 +26,21 @@
},
"homepage": "http://www.nodemailer.com",
"devDependencies": {
"chai": "^3.2.0",
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.3",
"nodemailer-dkim": "^1.0.3",
"nodemailer-markdown": "^1.0.0",
"nodemailer-stub-transport": "^1.0.0",
"sinon": "^1.15.4",
"smtp-server": "^1.4.2"
"sinon": "^1.17.0",
"smtp-server": "^1.5.2"
},
"dependencies": {
"hyperquest": "^1.2.0",
"libmime": "^1.0.0",
"mailcomposer": "^1.0.0",
"libmime": "^1.1.0",
"mailcomposer": "^1.1.0",
"nodemailer-direct-transport": "^1.0.2",
"nodemailer-smtp-transport": "^1.0.3"
},
Expand Down

0 comments on commit 038ba91

Please sign in to comment.