From 52f9b7108a3d4a5f4cc4cf8f14cf588f5cd78ddf Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 16 Sep 2020 19:18:14 +0300 Subject: [PATCH] chore(release): 4.0.0-rc.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7250824..6d9dd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.0-rc.0] - 2020-07-25 + +### BREAKING CHANGE + +- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14` +- minimum supported `postcss` version is `^8.0.3` +- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin + ## [3.0.3] - 2020-07-25 ### Fixed