Skip to content

Commit

Permalink
Bumped version to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Apr 15, 2015
1 parent 8f0234e commit 587a936
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 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.3.3 2015-04-25

Maintenance release, bumped dependencies

## v1.3.2 2015-03-09

Maintenance release, upgraded dependencies. Replaced simplesmtp based tests with smtp-server based ones.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer",
"version": "1.3.2",
"version": "1.3.3",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "src/nodemailer.js",
"scripts": {
Expand All @@ -26,20 +26,20 @@
},
"homepage": "http://www.nodemailer.com",
"devDependencies": {
"chai": "^2.1.1",
"chai": "^2.2.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"nodemailer-dkim": "^1.0.2",
"nodemailer-markdown": "^1.0.0",
"nodemailer-stub-transport": "^0.1.5",
"smtp-server": "^1.1.0",
"sinon": "^1.13.0"
"nodemailer-stub-transport": "^1.0.0",
"smtp-server": "^1.2.0",
"sinon": "^1.14.1"
},
"dependencies": {
"buildmail": "^1.2.1",
"hyperquest": "^1.0.1",
"libmime": "^0.1.7",
"buildmail": "^1.2.3",
"hyperquest": "^1.2.0",
"libmime": "^1.0.0",
"nodemailer-direct-transport": "^1.0.2",
"nodemailer-smtp-transport": "^1.0.2"
},
Expand Down

0 comments on commit 587a936

Please sign in to comment.