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

Commit 7ea8e16

Browse files
committed
Version 0.4.6
1 parent 6aa3afa commit 7ea8e16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

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

411411
## Version history
412412

413+
- `0.4.6` - Fix paths on Windows in development mode.
413414
- `0.4.5`
414415
- CSS and SCSS is now compiled and inlined at runtime, in order to inline CSS for the rendered content. If CSS only was inlined at compile time, the dynamic content wouldn't get any styling.
415416
- Because of the above, we received a small performance boost due to removal of excessive SCSS inlining and inlining.

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

0 commit comments

Comments
 (0)