diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd13e9e..c3e87163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Sass Lint Changelog +## v1.10.1 + +**November 7th, 2016** + +**Fixes** + +* Fixed an issue with the `--no-exit` `-q` flag not being respected and unhandled errors/exceptions being thrown by the CLI +* Fixed an issue with variable declarations showing as properties in the `no-duplicate-properties` rule [#937](https://github.com/sasstools/sass-lint/pull/936) +* Fixed an issue with variable declarations showing as properties in the `declarations-before-nesting` rule [#937](https://github.com/sasstools/sass-lint/pull/936) + ## v1.10.0 **November 6th, 2016** diff --git a/package.json b/package.json index 131bdd60..3c5858eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.10.0", + "version": "1.10.1", "description": "All Node Sass linter!", "main": "index.js", "scripts": {