📝 Update Changelog

And version bump
release/2.0.1 v2.0.1
Sam Richard 2015-05-13 07:16:13 -04:00
parent 0774a7693b
commit 4045aaab2d
2 changed files with 8 additions and 1 deletions

View File

@ -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**

View File

@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "2.0.0",
"version": "2.0.1",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {