Skip to content

Commit 2dc7649

Browse files
committed
Prepare 8.0.0
1 parent 9e56f11 commit 2dc7649

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## 8.0.0
6+
* Dropped Node.js 12 and 14 support.
7+
* Added support for `postcss-styled-syntax`.
8+
59
## 7.0.1
610
* Internal refactoring for compatibility with newer stylelint-order version. No public API changes.
711

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"!.DS_Store"
2424
],
2525
"peerDependencies": {
26-
"postcss": "^8.3.9"
26+
"postcss": "^8.4.20"
2727
},
2828
"devDependencies": {
2929
"eslint": "^8.31.0",

0 commit comments

Comments
 (0)