From 091ed193b0b23f1df97bb6d02f22621eec5bb796 Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Tue, 30 Aug 2016 00:18:17 +0200 Subject: [PATCH] Version 0.7.5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 53784a7..a5fda12 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,9 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :) ## Version history +- `0.7.5` + - Better support for Sass in 1.3+ Meteor apps: if you have `node-sass` from npm defined in your app's `package.json`, we'll try `require`'ing from there. This approach is recommended. Pre-1.4 apps can still use the existing `chrisbutler:node-sass` Meteor package. + - Updated `html-to-text` dependency to 2.1.3. - `0.7.4` - Fix incorrect Meteor root path in developer mode. Filed in [#66](https://github.com/lookback/meteor-emails/issues/66), fixed in [#67](https://github.com/lookback/meteor-emails/pull/67). Thanks @pierrelouisd4j! - `0.7.3`- Support for attachments (thanks @cubicuboctahedron!). - `0.7.2` - Support `cc` and `bcc` options to `Mailer.send()`. Filed in [#52](https://github.com/lookback/meteor-emails/issues/52), fixed in [#54](https://github.com/lookback/meteor-emails/pull/54).