Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 58e67cc

Browse files
committed
Prepare 2.1.0
1 parent f10d17d commit 58e67cc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# HEAD
1+
# 2.1.0
22

33
* Added: `max-empty-lines` rule, limits the number of adjacent empty lines to 2.
4-
* Updated `rule-nested-empty-line-before` rule with option `ignore: ["after-comment"]`.
4+
* Changed `rule-nested-empty-line-before` rule option `ignore: ["after-comment"]`.
55
* Removed all vendor prefixes, lets autoprefixer handle vendor prefixes:
6-
* Removed `at-rule-no-vendor-prefix`
7-
* Removed `media-feature-name-no-vendor-prefix`
8-
* Removed `property-no-vendor-prefix`
9-
* Removed `selector-no-vendor-prefix`
10-
* Removed `value-no-vendor-prefix`
6+
* Removed `at-rule-no-vendor-prefix`
7+
* Removed `media-feature-name-no-vendor-prefix`
8+
* Removed `property-no-vendor-prefix`
9+
* Removed `selector-no-vendor-prefix`
10+
* Removed `value-no-vendor-prefix`
1111

1212
# 2.0.2
1313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-wordpress",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "WordPress shareable config for stylelint",
55
"keywords": [
66
"css",
@@ -28,7 +28,7 @@
2828
"eslint": "^2.2.0",
2929
"eslint-config-stylelint": "^1.0.0",
3030
"npmpub": "^3.0.3",
31-
"stylelint": "^4.3.4"
31+
"stylelint": "^4.4.0"
3232
},
3333
"scripts": {
3434
"ava": "ava --verbose \"__tests__/**/*.js\"",

0 commit comments

Comments
 (0)