From b39a59647569efd7bfb4c66d3098cadb887da33b Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 21 Sep 2020 20:47:00 +0300 Subject: [PATCH] chore(release): 5.0.0-rc.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..174e9d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [5.0.0-rc.0] - 2020-09-21 + +### BREAKING CHANGE + +- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14` +- minimum supported `postcss` version is `^8.0.0` +- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin +- you need to pass `postcss` API to using `createICSSRules` (third argument) diff --git a/package.json b/package.json index f8bdbce..8812298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icss-utils", - "version": "4.1.1", + "version": "5.0.0-rc.0", "description": "ICSS utils for postcss ast", "main": "src/index.js", "engines": {