diff --git a/CHANGELOG.md b/CHANGELOG.md index eba276a..3b5ff99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 8.1.0 / 2020-10-08 + +- Add support for `postcss.config.cjs` files ([#351](https://github.com/postcss/postcss-cli/pull/351)) + # 8.0.0 / 2020-09-21 - **BREAKING:** Support postcss v8 ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349)) diff --git a/package.json b/package.json index 859470b..5f55fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cli", - "version": "8.0.0", + "version": "8.1.0", "description": "CLI for PostCSS", "main": "index.js", "engines": {