We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf2bee commit 538b6f5Copy full SHA for 538b6f5
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 9.0.2 / 2021-11-04
2
+
3
+- Switch to picocolors ([#409](https://github.com/postcss/postcss-cli/pull/409))
4
+- Remove test files from npm package
5
6
# 9.0.1 / 2021-09-28
7
8
- Actually exit with error when attempting to stdout in watch mode
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "9.0.1",
+ "version": "9.0.2",
"description": "CLI for PostCSS",
"type": "module",
"engines": {
0 commit comments