diff --git a/CHANGELOG.md b/CHANGELOG.md index 1607a7c..f24d080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Gulp Sass Changelog +## v2.0.1 +**May 13, 2015** + +* **Fix** Source maps now work as expected with Autoprefixer +* **Fix** Current file directory `unshift` onto includePaths stack so it's checked first +* **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`) + ## v2.0.0 **May 6, 2015** diff --git a/package.json b/package.json index 31916ef..1cb7465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-sass", - "version": "2.0.0", + "version": "2.0.1", "description": "Gulp plugin for sass", "main": "index.js", "scripts": {