Skip to content

Commit faea20d

Browse files
committed
2.1.0
1 parent 9e38871 commit faea20d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to Property Use Logical
22

3+
### 2.1.0 (March 8, 2022)
4+
5+
- Updated: peer `stylelint` to >= 11 < 16 (patch)
6+
- Added: Support for `width`, `height`, `min-width`, `min-height`, `max-width`, `max-height`.
7+
38
### 2.0.0 (May 12, 2018)
49

510
- Updated: peer `stylelint` to >= 11 < 15 (major)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-use-logical",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Enforce usage of logical properties and values in CSS",
55
"license": "CC0-1.0",
66
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

0 commit comments

Comments
 (0)