Skip to content

Commit 1afb589

Browse files
update readme, bump versions
1 parent 6e30278 commit 1afb589

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Contributors
33

44
These people have gone out of their way to add value to this little tool.
55

6-
- Patrick Kettner - [github](https://github.com/patrickkettner) [twitter](https://twitter.com/patrickkettner)
6+
- Patrick Kettner - [github](https://github.com/patrickkettner) [twitter](https://twitter.com/patrickkettner)
7+
- Robin Qu - [github](https://github.com/RobinQu) [twitter](https://twitter.com/robinqu)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Heres a few of the ways you can use it
7979
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.
8080

8181
## Release History
82+
* 0.6.1 - Grace - @robinqu added support for handlebars partials
8283
* 0.6.0 - Future Man - added globbing, lots more test
8384
* 0.4.0 - Oseary - upgraded to grunt 0.4, removed extra tasks, added tests
8485
* 0.0.2 - Inez - changed to grunt's native json parser (thanks to @sebslomski). Updated Readme

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

0 commit comments

Comments
 (0)