From 6c0de865d67276e8e8a20fdafc2e7d1e22897a7e Mon Sep 17 00:00:00 2001 From: vladikoff Date: Wed, 6 Aug 2014 15:34:34 -0700 Subject: [PATCH] 0.11.0 --- CHANGELOG | 6 ++++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 28b738f..817995d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v0.11.0: + date: 2014-08-06 + changes: + - Adds summary containing number of files created. + - Move file creation logging to grunt.verbose. + - Updates Chalk to 0.5. v0.10.0: date: 2014-02-07 changes: diff --git a/README.md b/README.md index bdde370..2f00062 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-coffee v0.11.0-pre [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) +# grunt-contrib-coffee v0.11.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) > Compile CoffeeScript files to JavaScript. @@ -131,6 +131,7 @@ For more examples on how to use the `expand` API to manipulate the default dynam ## Release History + * 2014-08-06   v0.11.0   Adds summary containing number of files created. Move file creation logging to grunt.verbose. Updates Chalk to 0.5. * 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. @@ -159,4 +160,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 Sun Jul 13 2014 11:56:26.* +*This file was generated on Wed Aug 06 2014 15:34:17.* diff --git a/package.json b/package.json index 4225da1..ca0267e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-coffee", "description": "Compile CoffeeScript files to JavaScript.", - "version": "0.11.0-pre", + "version": "0.11.0", "homepage": "https://github.com/gruntjs/grunt-contrib-coffee", "author": { "name": "Grunt Team",