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

Commit 26334cf

Browse files
committed
Version 0.7.7
1 parent f8cc1a3 commit 26334cf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
507507
508508
## Version history
509509
510+
- `0.7.7` - Depend on [Atmosphere versino](https://atmospherejs.com/lookback/html-to-text) of `html-to-text` module to solve Meteor build error in [#80](https://github.com/lookback/meteor-emails/issues/80).
510511
- `0.7.6`
511512
- Fix [#76](https://github.com/lookback/meteor-emails/issues/76) by finding the correct paths to email templates in unit and app test mode (fixed in [#78](https://github.com/lookback/meteor-emails/pull/78), thanks @thebarty !).
512513
- Update example app to Meteor 1.4.2.

Diff for: example/.meteor/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ [email protected]
3434
3535
3636
37-
37+
3838
3939
4040

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.6',
7+
version: '0.7.7',
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.6",
3+
"version": "0.7.7",
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)