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

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Feb 7, 2014
1 parent f589946 commit b01d8ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.10.0:
date: 2014-02-07
changes:
- SourceMappingURL calculated correctly
v0.9.0:
date: 2014-01-29
changes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.*
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.9.0",
"version": "0.10.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-coffee",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit b01d8ab

Please sign in to comment.