Skip to content

Commit

Permalink
chore(release): 5.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 21, 2020
1 parent 73000e3 commit b39a596
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b39a596

Please sign in to comment.