We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef4c1f commit c94c188Copy full SHA for c94c188
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 8.1.0 / 2020-10-08
2
+
3
+- Add support for `postcss.config.cjs` files ([#351](https://github.com/postcss/postcss-cli/pull/351))
4
5
# 8.0.0 / 2020-09-21
6
7
- **BREAKING:** Support postcss v8 ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349))
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": {
0 commit comments