Skip to content

Commit

Permalink
Prepare 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Oct 5, 2017
1 parent daa5320 commit 0c27c3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Head
# 8.2.0

- Added: autofix of syntax errors in standard CSS e.g. unclosed braces and brackets ([#2886](https://github.com/stylelint/stylelint/issues/2886)).
- Added: `length-zero-no-unit` autofix ([#2861](https://github.com/stylelint/stylelint/issues/2861)).
Expand Down
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint",
"version": "8.1.1",
"version": "8.2.0",
"description": "A mighty, modern CSS linter.",
"keywords": [
"css",
Expand Down Expand Up @@ -172,7 +172,12 @@
"plugins": [
"preset-lint-recommended",
"preset-lint-consistent",
["lint-no-missing-blank-lines", { "exceptTightLists": true }],
[
"lint-no-missing-blank-lines",
{
"exceptTightLists": true
}
],
[
"validate-links",
{
Expand Down

0 comments on commit 0c27c3b

Please sign in to comment.