Skip to content

Commit 90bf3af

Browse files
committed
release 0.2.4
1 parent 3147ac6 commit 90bf3af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## v0.2.4 - 05/24/2011
3+
4+
add Punycode TLD support
5+
26
## v0.2.3 - 04/16/2011
37

48
fix exports.version

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function isValidAddress (rawAddress) {
356356
*/
357357

358358
exports.Email = Email;
359-
exports.version = '0.2.3';
359+
exports.version = '0.2.4';
360360
exports.from = undefined;
361361
exports.timeout = 3000;
362362
exports.isValidAddress = isValidAddress;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "email"
22
, "description": "A simple wrapper for sendmail."
3-
, "version": "0.2.3"
3+
, "version": "0.2.4"
44
, "author": "Aaron Heckmann <[email protected]>"
55
, "keywords": ["email", "sendmail", "node-email"]
66
, "engines": { "node": ">= 0.1.92" }

0 commit comments

Comments
 (0)