Skip to content

Commit

Permalink
Merge pull request #638 from sasstools/release/1.6.1
Browse files Browse the repository at this point in the history
Release/1.6.1
  • Loading branch information
bgriffith committed Apr 22, 2016
2 parents 30f2a72 + 29b5860 commit f648a46
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.6.1

**April 22, 2016**

**Fixes**
* Fix `brace-style` rule incorrectly flagging `@imports` as single-line statements [#634](https://github.com/sasstools/sass-lint/issues/634)
* Fix `brace-style` rule not allowing multiline parameters [#632](https://github.com/sasstools/sass-lint/issues/632)
* `no-misspelled-properties` now correctly ignores vendor prefixes [#606](https://github.com/sasstools/sass-lint/issues/606)
* Now correctly strips double-barreled vendor prefixes such as `-moz-osx-`


## v1.6.0

**April 21, 2016**
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.6.0",
"version": "1.6.1",
"description": "All Node Sass linter!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f648a46

Please sign in to comment.