Skip to content

Commit

Permalink
Prepare version 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed May 30, 2019
1 parent 455212a commit 7f4cdc6
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.7.0

- Added: `at-each-key-value-single-line` rule.
- Added: `function-quote-no-quoted-strings-inside` rule.

# 3.6.1

- Fixed: `double-slash-comment-empty-line-before` autofix not working in certain situations.
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.6.1",
"version": "3.7.0",
"author": "Krister Kari",
"babel": {
"presets": [
Expand Down

0 comments on commit 7f4cdc6

Please sign in to comment.