diff --git a/CHANGELOG.md b/CHANGELOG.md index 921ace2..0604c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -Version 1.3.0 +### 1.3.1 + +* bug fix + +## Version 1.3.0 * Supports node-sass 2.0 (thanks laurelnaiad!) diff --git a/package.json b/package.json index a097380..11d0594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-sass", - "version": "1.3.0", + "version": "1.3.1", "description": "Gulp plugin for sass", "main": "index.js", "scripts": {