We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3143642 commit 392c4f5Copy full SHA for 392c4f5
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 9.0.1 / 2021-09-28
2
+
3
+- Actually exit with error when attempting to stdout in watch mode
4
+- Remove `bin/` from `files` in package.json
5
6
# 9.0.0 / 2021-09-24
7
8
- **BREAKING:** Require Node.js v12+
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "9.0.0",
+ "version": "9.0.1",
"description": "CLI for PostCSS",
"type": "module",
"engines": {
0 commit comments