Skip to content

Commit

Permalink
Merge pull request #203 from gruntjs/v210
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
vladikoff committed Mar 18, 2019
2 parents 6879d8f + 66dda8c commit 14be62b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v2.1.0:
date: 2019-03-18
changes:
- Updates to CoffeeScript 2.3.2.
v2.0.0:
date: 2017-09-27
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-coffee v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ns3waxwcw8ddcr3f/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-coffee/branch/master)
# grunt-contrib-coffee v2.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ns3waxwcw8ddcr3f/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-coffee/branch/master)

> Compile CoffeeScript files to JavaScript
Expand Down Expand Up @@ -131,6 +131,7 @@ For more examples on how to use the `expand` API to manipulate the default dynam

## Release History

* 2019-03-18   v2.1.0   Updates to CoffeeScript 2.3.2.
* 2017-09-27   v2.0.0   Updates to CoffeeScript 2.0.1.
* 2016-02-15   v1.0.0   Updates to CoffeeScript 1.10.0. Update other dependencies. Use `options.sourceMapDir` when creating `sourceRoot`. Logs information if no valid files were matched.
* 2015-02-20   v0.13.0   Updates to CoffeeScript 1.9.1.
Expand Down Expand Up @@ -165,4 +166,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 Fri Mar 15 2019 10:02:44.*
*This file was generated on Mon Mar 18 2019 14:04:56.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-coffee",
"description": "Compile CoffeeScript files to JavaScript",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 14be62b

Please sign in to comment.