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 4db795f commit 46b7c10Copy full SHA for 46b7c10
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 6.0.1 / 2018-10-17
2
+
3
+- Better error handling for errors thrown by plugins ([#242](https://github.com/postcss/postcss-cli/issues/242), [#243](https://github.com/postcss/postcss-cli/pull/243))
4
+- Update dependencies
5
+- Clarify docs ([#233](https://github.com/postcss/postcss-cli/issues/233))
6
7
# 6.0.0 / 2018-07-18
8
9
- Drop support for Node 4
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments