From c89a71a2f32da3f149101b627a11ce2620168026 Mon Sep 17 00:00:00 2001 From: Patrick Kettner Date: Thu, 31 Oct 2013 11:19:00 -0400 Subject: [PATCH] bump version to 0.6.2 --- CONTRIBUTORS.md | 1 + README.md | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4294904..2cc85e8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,3 +5,4 @@ These people have gone out of their way to add value to this little tool. - Patrick Kettner - [github](https://github.com/patrickkettner) [twitter](https://twitter.com/patrickkettner) - Robin Qu - [github](https://github.com/RobinQu) [twitter](https://twitter.com/robinqu) +- Martin Götte [github](https://github.com/goette) [twitter](https://twitter.com/mrtngtt) diff --git a/README.md b/README.md index 5a76a84..e0ef383 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,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.6.2 - Dignan - @goette added support for a global json config * 0.6.1 - Grace - @robinqu added support for handlebars partials * 0.6.0 - Future Man - added globbing, lots more test * 0.4.0 - Oseary - upgraded to grunt 0.4, removed extra tasks, added tests diff --git a/package.json b/package.json index acd3713..dc246cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-compile-handlebars", "description": "Compile handlebar templates, outputting static HTML", - "version": "0.6.1", + "version": "0.6.2", "homepage": "https://github.com/patrickkettner/grunt-compile-handlebars", "author": { "name": "Patrick Kettner",