diff --git a/CHANGELOG.md b/CHANGELOG.md index 41978b06..ee6c74a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Sass Lint Changelog +## v1.8.2 + +**June 23, 2016** + +Unfortunately it seems a reversion snuck into gonzales-pe's latest version so we're pinning it back where it was until it's fixed. Sorry.. + ## v1.8.1 **June 23, 2016** -Parser patching +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! diff --git a/package.json b/package.json index fcf8a87d..306f01f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.8.1", + "version": "1.8.2", "description": "All Node Sass linter!", "main": "index.js", "scripts": { @@ -33,7 +33,7 @@ "fs-extra": "^0.30.0", "glob": "^7.0.0", "globule": "^1.0.0", - "gonzales-pe": "3.3.5", + "gonzales-pe": "3.3.4", "js-yaml": "^3.5.4", "lodash.capitalize": "^4.1.0", "lodash.kebabcase": "^4.0.0",