Skip to content

Commit

Permalink
📝 Update Changelog
Browse files Browse the repository at this point in the history
And version bump
  • Loading branch information
Snugug committed May 13, 2015
1 parent 0774a76 commit 4045aaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "2.0.0",
"version": "2.0.1",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4045aaa

Please sign in to comment.