Skip to content

Commit

Permalink
Prepare version 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jun 18, 2020
1 parent e9d27a5 commit 66d243c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.18.0

- Added: `selector-no-redundant-nesting-selector` add `ignoreKeywords` option to ignore certain keywords that can be used in [Less](http://lesscss.org) or some other non-Scss syntax.
- Fixed: `comment-no-loud` fix a bug where the rule was only checking for comments that were in the beginning of the file.

# 3.17.2

- Updated: `postcss-value-parser` dependency and dev dependencies to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.17.2",
"version": "3.18.0",
"author": "Krister Kari",
"babel": {
"presets": [
Expand Down

0 comments on commit 66d243c

Please sign in to comment.