From 4045aaab2dfe30d6ae772a953bfea101d794e08f Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Wed, 13 May 2015 07:16:13 -0400 Subject: [PATCH] :memo: Update Changelog And version bump --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {