Skip to content

Commit

Permalink
Merge pull request #762 from sasstools/hotfix/pin-gonzales
Browse files Browse the repository at this point in the history
1.8.2
  • Loading branch information
DanPurdy committed Jun 24, 2016
2 parents 2b71e16 + 2ca0b3b commit a4db3f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-lint",
"version": "1.8.1",
"version": "1.8.2",
"description": "All Node Sass linter!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a4db3f8

Please sign in to comment.