Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jan 29, 2014
1 parent c8a4b63 commit 23e2b17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 23e2b17

Please sign in to comment.