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

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Dec 24, 2013
1 parent b2464f1 commit 1958dfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.8.0:
date: 2013-12-24
changes:
- Support sourceMapDir
v0.7.0:
date: 2013-04-19
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.7.0 [![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.8.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

* 2013-12-24   v0.8.0   Support sourceMapDir
* 2013-04-19   v0.7.0   Place Sourcemaps at bottom of file Change extension for Sourcemaps from .maps to .js.map
* 2013-04-18   v0.6.7   Improved error reporting
* 2013-04-08   v0.6.6   Fix regression with single-file compilation.
Expand All @@ -148,4 +149,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 Tue Dec 24 2013 10:49:06.*
*This file was generated on Tue Dec 24 2013 10:51:48.*
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.7.0",
"version": "0.8.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-coffee",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit 1958dfc

Please sign in to comment.