version bump and release history

This commit is contained in:
Tyler Kellen 2012-09-12 11:06:25 -05:00
parent 53ff793437
commit 2d5a2f20b7
2 changed files with 7 additions and 2 deletions

View File

@ -70,4 +70,9 @@ jst: {
}
}
}
```
```
## Release History
* 2012/08/12 - v0.2.2 - Added processName functionality & escaping single quotes in filenames.
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jst",
"description": "Precompile Underscore templates to JST file.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"author": {
"name": "Tim Branyen",