diff --git a/HISTORY.md b/HISTORY.md index fde8a08..0612191 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.1.1 (February 15, 2017) + +- Ignore any declaration which property name looks using a preprocessor interpolation (e.g. `smth-@{foo}` or `smth-#{$foo}`) +- Ignore values with `Sass` interpolation (#7) + ## 1.1.0 (February 14, 2017) - Ignore `Less` and `Sass` var declarations that treats as regular declarations by PostCSS (#4) diff --git a/package.json b/package.json index 486295d..f3d0a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-csstree-validator", - "version": "1.1.0", + "version": "1.1.1", "description": "Stylelint plugin to validate CSS syntax", "homepage": "https://github.com/csstree/validator", "author": "Roman Dvornov ",