From 23e2b17fad1947bfa4e652b11565deb9f2e465c6 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Wed, 29 Jan 2014 09:57:27 -0800 Subject: [PATCH] v0.9.0 --- CHANGELOG | 6 ++++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index adee233..244e17d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v0.9.0: + date: 2014-01-29 + changes: + - Source mapping fixes. + - Update coffee-script to 1.7.0 + - Use lodash directly instead of deprecated grunt.util._ v0.8.2: date: 2014-01-17 changes: diff --git a/README.md b/README.md index 000d937..1928376 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-coffee v0.8.2 [![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.9.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 + * 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. * 2013-12-24   v0.8.0   Support sourceMapDir @@ -151,4 +152,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 Sat Jan 18 2014 10:12:58.* +*This file was generated on Wed Jan 29 2014 09:57:09.* diff --git a/package.json b/package.json index 492c795..5837d55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript.", - "version": "0.8.2", + "version": "0.9.0", "homepage": "https://github.com/gruntjs/grunt-contrib-coffee", "author": { "name": "Grunt Team",