Skip to content

Commit 46b7c10

Browse files
committed
6.0.1
1 parent 4db795f commit 46b7c10

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 6.0.0 / 2018-07-18
28

39
- Drop support for Node 4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)