Skip to content

Commit 300dd5c

Browse files
committed
2.0.0
1 parent b448967 commit 300dd5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### 2.0.0 (May 12, 2018)
44

5-
- Updated: peer `stylelint` to 10.0.1 (major)
6-
- Updated: Node 8+ compatibility (major)
5+
- Updated: peer `stylelint` to >= 11 < 15 (major)
6+
- Updated: Node 14+ compatibility (major)
77

88
### 1.1.0 (September 29, 2018)
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-use-logical",
3-
"version": "3.0.0",
3+
"version": "2.0.0",
44
"description": "Enforce usage of logical properties and values in CSS",
55
"license": "CC0-1.0",
66
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
@@ -29,7 +29,7 @@
2929
"test:tape": "stylelint-tape"
3030
},
3131
"engines": {
32-
"node": ">=8.0.0"
32+
"node": ">=14.0.0"
3333
},
3434
"dependencies": {},
3535
"devDependencies": {

0 commit comments

Comments
 (0)