Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 21, 2014
1 parent 891e367 commit 9a20023
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.8.0:
date: 2014-08-21
changes:
- Support Sass 3.4 Source Map option.
- Add `update` option.
v0.7.4:
date: 2014-08-09
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-sass v0.7.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass)
# grunt-contrib-sass v0.8.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass)

> Compile Sass to CSS
Expand Down Expand Up @@ -258,6 +258,7 @@ grunt.initConfig({

## Release History

* 2014-08-21   v0.8.0   Support Sass 3.4 Source Map option. Add `update` option.
* 2014-08-09   v0.7.4   Fix bundleExec option. Fix `os.cpus()` issue. Log `sass` command when `--verbose` flag is set.
* 2014-03-06   v0.7.3   Only create empty dest files when they don't already exist.
* 2014-02-02   v0.7.2   Fix error reporting when Sass is not available.
Expand All @@ -281,4 +282,4 @@ grunt.initConfig({

Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)

*This file was generated on Thu Aug 21 2014 17:50:54.*
*This file was generated on Thu Aug 21 2014 17:55:01.*

0 comments on commit 9a20023

Please sign in to comment.