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

Commit 51d982f

Browse files
committed
Version 0.7.4
1 parent 186defc commit 51d982f

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
@@ -494,6 +494,7 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
494494

495495
## Version history
496496

497+
- `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!
497498
- `0.7.3`- Support for attachments (thanks @cubicuboctahedron!).
498499
- `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).
499500
- `0.7.1` - Check for existence of `Blaze` global before extending with registered Blaze helpers.

Diff for: package.js

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lookback-emails",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "`lookback:emails` is a Meteor package that makes it easier to build, test and debug rich HTML emails.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)