diff --git a/Readme.md b/Readme.md index 0a0a756..8524604 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,11 @@ -# node-email-templates 0.0.5 +# node-email-templates 0.0.6 Node.js module for rendering beautiful emails with [ejs][1] templates and email-friendly inline CSS using [juice][2]. +**v0.0.6**: +* Fixed batch problem (`...has no method slice`) thanks to @vekexasia + **v0.0.5**: * Added support for an optional [zlib][8] compression type (e.g. you can return compressed html/text buffer for db storage) @@ -362,7 +365,7 @@ emailTemplates(templatesDir, function(err, template) { ## Contributors * Nick Baugh - +* Andrea Baccega ## License diff --git a/package.json b/package.json index 02d8922..2e6d158 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "email-templates" , "description": "Node.js module for rendering beautiful emails with ejs templates and email-friendly inline CSS using juice." - , "version": "0.0.5" + , "version": "0.0.6" , "author": "Nick Baugh " , "contributors": [ - { "name": "Nick Baugh", "email": "niftylettuce@gmail.com" } + { "name": "Nick Baugh", "email": "niftylettuce@gmail.com" } + , { "name": "Andrea Baccega", "email": "vekexasia@gmail.com" } ] , "keywords": [ "node-email-templates", "ejs", "email", "templates", "email-templates", "juice", "inline", "css" ] , "homepage": "https://github.com/niftylettuce/node-email-templates"