diff --git a/CHANGELOG b/CHANGELOG index b2c3edb..76a99c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.8.0: + date: 2013-12-24 + changes: + - Support sourceMapDir v0.7.0: date: 2013-04-19 changes: diff --git a/README.md b/README.md index fe5f36a..1cad097 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-coffee v0.7.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) +# grunt-contrib-coffee v0.8.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) > Compile CoffeeScript files to JavaScript. @@ -125,6 +125,7 @@ For more examples on how to use the `expand` API to manipulate the default dynam ## Release History + * 2013-12-24   v0.8.0   Support sourceMapDir * 2013-04-19   v0.7.0   Place Sourcemaps at bottom of file Change extension for Sourcemaps from .maps to .js.map * 2013-04-18   v0.6.7   Improved error reporting * 2013-04-08   v0.6.6   Fix regression with single-file compilation. @@ -148,4 +149,4 @@ For more examples on how to use the `expand` API to manipulate the default dynam Task submitted by [Eric Woroshow](http://ericw.ca/) -*This file was generated on Tue Dec 24 2013 10:49:06.* +*This file was generated on Tue Dec 24 2013 10:51:48.* diff --git a/package.json b/package.json index 9bcf926..cedf3dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript.", - "version": "0.7.0", + "version": "0.8.0", "homepage": "https://github.com/gruntjs/grunt-contrib-coffee", "author": { "name": "Grunt Team",