Skip to content

Commit

Permalink
Prepare version 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jul 19, 2021
1 parent 92fc4b4 commit 7c0f68c
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.20.1

- Fixed: `comment-no-empty` remove duplicate rule name from rule's rejected message and improve readme.
- Fixed: `at-rule-no-unknown` remove duplicate rule name from rule's rejected message.

# 3.20.0

- Changed: `dollar-variable-first-in-block` to support `@use` and `@forward` when using the `ignore: ["imports"]` option.
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.20.0",
"version": "3.20.1",
"author": "Krister Kari",
"babel": {
"presets": [
Expand Down

0 comments on commit 7c0f68c

Please sign in to comment.