Skip to content

Commit

Permalink
Merge pull request #410 from sasstools/release/1.3.3
Browse files Browse the repository at this point in the history
Prepare 1.3.3
  • Loading branch information
DanPurdy committed Nov 16, 2015
2 parents fda9fac + bb26ca0 commit 71c7b73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**

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": "sass-lint",
"version": "1.3.2",
"version": "1.3.3",
"description": "All Node Sass linter!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 71c7b73

Please sign in to comment.