diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aec88a1..9a59c78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Sass Lint Changelog +## v1.3.3 +**November 16, 2015** + +**Changes** +* Added coveralls code coverage tool, updated relevant tests [#351](https://github.com/sasstools/sass-lint/pull/351) + +**Fixes** +* Added missing `background-clip` property to the SMACCS sort order [#366](https://github.com/sasstools/sass-lint/issues/366) +* Fixed an issue with negative values in the `shorthand-values` rule [#375](https://github.com/sasstools/sass-lint/issues/375) +* Fixed an issue where `mixin-name-format` was attempting to lint extends [#396](https://github.com/sasstools/sass-lint/issues/396) + ## v1.3.2 **October 28, 2015** diff --git a/package.json b/package.json index 3b0ee072..a53ced97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.3.2", + "version": "1.3.3", "description": "All Node Sass linter!", "main": "index.js", "scripts": {