diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d36c62..a978667d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Head +# 1.3.2 - Fixed: `findCommentsInRaws` fail on parsing selectors like `p:not(.not-p)` (applicable to rules `double-slash-comment-inline`, `double-slash-comment-whitespace-inside`, `operator-no-unspaced`). - Fixed: 'double-slash-comment-whitespace-inside' false positives on empty comments (e.g. `//`). diff --git a/package.json b/package.json index 4e6eb4c1..eeb6c7b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-scss", "description": "A collection of SCSS specific rules for stylelint", - "version": "1.3.1", + "version": "1.3.2", "author": "Krister Kari", "babel": { "presets": [