Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Mar 6, 2014
1 parent 2c4a615 commit 1ec7b88
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 @@
v0.7.3:
date: 2014-03-06
changes:
- Only create empty dest files when they don't already exist.
v0.7.2:
date: 2014-02-02
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-sass v0.7.2 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass)
# grunt-contrib-sass v0.7.3 [![Build Status](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 @@ -245,6 +245,7 @@ grunt.initConfig({

## Release History

* 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.
* 2014-01-28   v0.7.1   Fix regression of Bundler support.
* 2014-01-26   v0.7.0   Improve Windows support.
Expand All @@ -266,4 +267,4 @@ grunt.initConfig({

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

*This file was generated on Sun Feb 02 2014 09:09:20.*
*This file was generated on Thu Mar 06 2014 14:43:40.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-sass",
"description": "Compile Sass to CSS",
"version": "0.7.2",
"version": "0.7.3",
"homepage": "https://github.com/gruntjs/grunt-contrib-sass",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit 1ec7b88

Please sign in to comment.