Skip to content

Commit 4045aaa

Browse files
committed
📝 Update Changelog
And version bump
1 parent 0774a76 commit 4045aaa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Gulp Sass Changelog
22

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+
310
## v2.0.0
411
**May 6, 2015**
512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-sass",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Gulp plugin for sass",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)