Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit a27315a

Browse files
committed
Version 0.4.2
1 parent 30ec6e6 commit a27315a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
410410

411411
## Version history
412412

413+
- `0.4.2`
414+
- Update `node-sass` to 3.2.0.
415+
- Fix issue with using `layout: false` (from [#11](https://github.com/lookback/meteor-emails/issues/11)).
413416
- `0.4.1` - Add `silent` option to `Mailer.config()`. If set to `true`, any `Logger.info` calls won't be shown in the console to reduce clutter.
414417
- `0.4.0`
415418
- Add support for rendering Jade templates with the Meteor SSR package.

Diff for: package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var where = 'server';
33
Package.describe({
44
name: 'lookback:emails',
55
summary: 'Send HTML emails with server side Blaze templates. Preview and debug in the browser.',
6-
version: '0.4.1',
6+
version: '0.4.2',
77
git: 'https://github.com/lookback/meteor-emails.git'
88
});
99

0 commit comments

Comments
 (0)