From c94c1885a97f30627ba31c386fce0d8eed483a71 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Thu, 8 Oct 2020 18:23:20 -0400 Subject: [PATCH] 8.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {