We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0774a76 commit 4045aaaCopy full SHA for 4045aaa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Gulp Sass Changelog
2
3
+## v2.0.1
4
+**May 13, 2015**
5
+
6
+* **Fix** Source maps now work as expected with Autoprefixer
7
+* **Fix** Current file directory `unshift` onto includePaths stack so it's checked first
8
+* **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`)
9
10
## v2.0.0
11
**May 6, 2015**
12
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": {
0 commit comments