From 2f5ff3c652db48cc8e5306b71e9c1d9d22595626 Mon Sep 17 00:00:00 2001 From: Dan Purdy Date: Thu, 23 Jun 2016 17:22:30 +0100 Subject: [PATCH] Prepare 1.8.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4362cbe7..41978b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Sass Lint Changelog +## v1.8.1 + +**June 23, 2016** + +Parser patching + +Gonzales-pe had a few important updates so we chose to do a patch release to make sure everyone gets to benefit from less parse errors as soon as possible! + +**Fixes** +* Fixed an issue in `shorthand-values` where values within parenthesis would be ignored [#748](https://github.com/sasstools/sass-lint/issues/748) +* Corrected the documentation for `property-units` [#740](https://github.com/sasstools/sass-lint/issues/740) +* Fixed an issue where config files were not being recursively searched for [#756](https://github.com/sasstools/sass-lint/issues/756) + +**Updates** +* Gonzales-pe updated to version 3.3.5 [see changelog](https://github.com/tonyganch/gonzales-pe/blob/v3.3.5/CHANGELOG.md#21062016-version-335) [#746](https://github.com/sasstools/sass-lint/pull/746) + ## v1.8.0 **June 17, 2016** diff --git a/package.json b/package.json index 8475ffca..fcf8a87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.8.0", + "version": "1.8.1", "description": "All Node Sass linter!", "main": "index.js", "scripts": {