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

Commit 24d3ba8

Browse files
committed
Version 0.7.6
1 parent 7c98ce5 commit 24d3ba8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,10 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
507507
508508
## Version history
509509
510+
- `0.7.6`
511+
- 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 !).
512+
- Update example app to Meteor 1.4.2.
513+
- Run package and app tests in CI.
510514
- `0.7.5`
511515
- 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.
512516
- Updated `html-to-text` dependency to 2.1.3.

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.5',
7+
version: '0.7.6',
88
git: 'https://github.com/lookback/meteor-emails.git'
99
});
1010

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.5",
3+
"version": "0.7.6",
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)