Skip to content

Commit b4fd5e2

Browse files
bump to 0.7.4
1 parent 614f283 commit b4fd5e2

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.4 - M. Jean - don't send objects to handlebars.compile, code cleanup
100101
* 0.7.3 - Cousin Ben - switch from require to readFile to allow for html in partials
101102
* 0.7.2 - Bernice - @stimmins improved handling of templateData and globals
102103
* 0.7.1 - Margaret - fix 0.8 compatibility

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.3",
4+
"version": "0.7.4",
55
"homepage": "https://github.com/patrickkettner/grunt-compile-handlebars",
66
"author": {
77
"name": "Patrick Kettner",

0 commit comments

Comments
 (0)