diff --git a/CHANGELOG b/CHANGELOG index 76a99c5..451cb4e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.8.1: + date: 2014-01-17 + changes: + - Fix sourcemap regression. v0.8.0: date: 2013-12-24 changes: diff --git a/README.md b/README.md index 1cad097..f901dff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# grunt-contrib-coffee v0.8.1 [![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 + * 2014-01-17   v0.8.1   Fix sourcemap regression. * 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 @@ -149,4 +150,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:51:48.* +*This file was generated on Fri Jan 17 2014 08:03:14.* diff --git a/package.json b/package.json index b84cbec..68ddfc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript.", - "version": "0.8.0", + "version": "0.8.1", "homepage": "https://github.com/gruntjs/grunt-contrib-coffee", "author": { "name": "Grunt Team",