We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0ea90 commit 52f9b71Copy full SHA for 52f9b71
CHANGELOG.md
@@ -3,6 +3,14 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [4.0.0-rc.0] - 2020-07-25
7
+
8
+### BREAKING CHANGE
9
10
+- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
11
+- minimum supported `postcss` version is `^8.0.3`
12
+- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
13
14
## [3.0.3] - 2020-07-25
15
16
### Fixed
0 commit comments