Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
Tyler Kellen committed Feb 27, 2013
1 parent f3cacba commit f6b88fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Expand Up @@ -7,4 +7,5 @@ Pete Hawkins (http://phawk.co.uk)
Alexander Kong (http://github.com/WebBlow)
Yusuke Kawasaki (https://github.com/kawanet)
Thanasis Polychronakis (http://thanpol.as)
Ryan Leckey (https://github.com/mehcode)
Ryan Leckey (https://github.com/mehcode)
Phil Dokas (http://jetless.org)
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v0.5.5:
date: 2013-02-27
changes:
- Add new options partialsUseNamespace, partialRegex, partialsPathRegex
v0.5.4:
date: 2013-02-15
changes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -170,6 +170,7 @@ handlebars: {

## Release History

* 2013-02-26   v0.5.5   Add new options partialsUseNamespace, partialRegex, partialsPathRegex
* 2013-02-14   v0.5.4   First official release for Grunt 0.4.0.
* 2013-02-07   v0.5.4rc7   When `namespace` is false and `amd` is true, return handlebars templates directly from AMD wrapper.
* 2013-01-31   v0.5.3rc7   Add `node` option to produce dual node.js / front-end compiled file.
Expand All @@ -189,4 +190,4 @@ handlebars: {

Task submitted by [Tim Branyen](http://tbranyen.com)

*This file was generated on Wed Feb 27 2013 09:32:54.*
*This file was generated on Wed Feb 27 2013 09:38:15.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-handlebars",
"description": "Precompile Handlebars templates to JST file.",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://github.com/gruntjs/grunt-contrib-handlebars",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit f6b88fb

Please sign in to comment.