From b01d8ab1458bdf3505fae1bf26e5e7b40e0cc8db Mon Sep 17 00:00:00 2001 From: Jmeas Date: Fri, 7 Feb 2014 09:30:35 -0500 Subject: [PATCH] v0.10.0 --- CHANGELOG | 4 ++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 244e17d..28b738f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.10.0: + date: 2014-02-07 + changes: + - SourceMappingURL calculated correctly v0.9.0: date: 2014-01-29 changes: diff --git a/README.md b/README.md index 1928376..911110b 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ For more examples on how to use the `expand` API to manipulate the default dynam ## Release History + * 2014-02-07   v0.10.0   SourceMappingURL calculated correctly * 2014-01-29   v0.9.0   Source mapping fixes. Update coffee-script to 1.7.0 Use lodash directly instead of deprecated grunt.util._ * 2014-01-17   v0.8.2   Force coffeescript 1.6.3 Use new sourceMappingUrl syntax. * 2014-01-17   v0.8.1   Fix sourcemap regression. @@ -152,4 +153,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 Wed Jan 29 2014 09:57:09.* +*This file was generated on Fri Feb 07 2014 09:28:02.* diff --git a/package.json b/package.json index 5837d55..4a9054a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript.", - "version": "0.9.0", + "version": "0.10.0", "homepage": "https://github.com/gruntjs/grunt-contrib-coffee", "author": { "name": "Grunt Team",