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

Commit d6f4d95

Browse files
committed
Version 0.6.2
1 parent a8f07f9 commit d6f4d95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
464464

465465
## Version history
466466

467+
- `0.6.2` - Support passing options to `html-to-text` module in `Mailer.config()`.
467468
- `0.6.1`- Fix critical runtime crash when sending emails.
468469
- `0.6.0` - Automatically create and include plain text email version from your HTML templates, using [`html-to-text`](http://npmjs.com/package/html-to-text).
469470
- `0.5.1` - Remove need for setting the `BUNDLE_PATH` environment variable ([#39](https://github.com/lookback/meteor-emails/pull/39)).

Diff for: example/.meteor/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ iron:[email protected]
4040
4141
4242
43-
43+
4444
4545
4646
meteorhacks:[email protected]

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.6.1',
6+
version: '0.6.2',
77
git: 'https://github.com/lookback/meteor-emails.git'
88
});
99

0 commit comments

Comments
 (0)