From 9f52bc2e39dbed455167f2fe356df97f71cbdb2b Mon Sep 17 00:00:00 2001 From: Dan Purdy Date: Wed, 27 Apr 2016 19:21:42 +0100 Subject: [PATCH] Prepare 1.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29867ed6..be70a874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Sass Lint Changelog +## v1.7.0 + +**April 27, 2016** + +You wait months for one release and then four come along in a week! + +**Fixes** +* Fixed an issue with final newline not registering correctly for `.sass` syntax [#627](https://github.com/sasstools/sass-lint/issues/627) & [#630](https://github.com/sasstools/sass-lint/issues/630). +* Fixed an issue with `placeholder-name-format` generating warnings on variables used as placeholder names. +* Fixed the `empty-args` rule being wrongly labeled as `no-empty-args` in lint warnings/errors [#625](https://github.com/sasstools/sass-lint/issues/625) +* Fixed an issue with `no-color-literals` incorrectly flagging variable names and map identifiers that shared their names with color literals [#538](https://github.com/sasstools/sass-lint/issues/538) +* CLI examples corrected thanks to [alxndr](https://github.com/alxndr) - [#649](https://github.com/sasstools/sass-lint/issues/649) + +**Changes** +* `no-color-literals` now includes two extra options `allow-map-identifiers` and `allow-variable-identifiers` which allow you to fine tune your use of color literals in map identifiers/variables on top of the existing functionality [see the docs](https://github.com/sasstools/sass-lint/blob/develop/docs/rules/no-color-literals.md) +* Updated to `gonzales-pe-sl` v3.2.8 + ## v1.6.2 **April 22, 2016** diff --git a/package.json b/package.json index ff24f632..3b2632a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.6.2", + "version": "1.7.0", "description": "All Node Sass linter!", "main": "index.js", "scripts": {