diff --git a/README.md b/README.md index dd30e08..5e72a74 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Heres a few of the ways you can use it 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. ## Release History + * 0.7.3 - Cousin Ben - switch from require to readFile to allow for html in partials * 0.7.2 - Bernice - @stimmins improved handling of templateData and globals * 0.7.1 - Margaret - fix 0.8 compatibility * 0.7.0 - Rosemary - Allow for arrays instead of globbing, remove depreicated grunt methods diff --git a/package.json b/package.json index 3f68a46..accc582 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-compile-handlebars", "description": "Compile handlebar templates, outputting static HTML", - "version": "0.7.2", + "version": "0.7.3", "homepage": "https://github.com/patrickkettner/grunt-compile-handlebars", "author": { "name": "Patrick Kettner",