diff --git a/CHANGELOG b/CHANGELOG index d1f61c6..5cb00c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.4.1rc7: + date: 2012-01-29 + changes: + - Correct line endings for lodash output on windows. v0.4.0rc7: date: 2013-01-23 changes: diff --git a/package.json b/package.json index 195f501..289f7e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jst", "description": "Precompile Underscore templates to JST file.", - "version": "0.4.0rc7", + "version": "0.4.1rc7", "homepage": "https://github.com/gruntjs/grunt-contrib-jst", "author": { "name": "Grunt Team",