Skip to content

Commit 30d5e88

Browse files
bump to 0.7.3
1 parent ea5c12a commit 30d5e88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Heres a few of the ways you can use it
9797
I had to work with several hundred repeated data structures that never changed. Keeping them all in html was silly, but pushing out a template engine for the end user to compile the same information multiple times was even sillier. This allows you to have your templated cake and eat it too.
9898

9999
## Release History
100+
* 0.7.3 - Cousin Ben - switch from require to readFile to allow for html in partials
100101
* 0.7.2 - Bernice - @stimmins improved handling of templateData and globals
101102
* 0.7.1 - Margaret - fix 0.8 compatibility
102103
* 0.7.0 - Rosemary - Allow for arrays instead of globbing, remove depreicated grunt methods

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-compile-handlebars",
33
"description": "Compile handlebar templates, outputting static HTML",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"homepage": "https://github.com/patrickkettner/grunt-compile-handlebars",
66
"author": {
77
"name": "Patrick Kettner",

0 commit comments

Comments
 (0)