diff --git a/AUTHORS b/AUTHORS index 1cd434e..8845347 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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) \ No newline at end of file +Ryan Leckey (https://github.com/mehcode) +Phil Dokas (http://jetless.org) \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 7762abc..7359d77 100644 --- a/CHANGELOG +++ b/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: diff --git a/README.md b/README.md index 8b9c4c7..aa65adf 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.* diff --git a/package.json b/package.json index 99c176d..0a7e8df 100644 --- a/package.json +++ b/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",