Skip to content

Commit

Permalink
Merge pull request #759 from sasstools/release/1.8.1
Browse files Browse the repository at this point in the history
Prepare 1.8.1
  • Loading branch information
DanPurdy committed Jun 23, 2016
2 parents a92e9d4 + a3935d1 commit 2b71e16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
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.8.0",
"version": "1.8.1",
"description": "All Node Sass linter!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b71e16

Please sign in to comment.