Skip to content

Commit 52bce09

Browse files
committed
6.0.0
1 parent 89a8340 commit 52bce09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.0.0 / 2018-07-18
2+
3+
- Drop support for Node 4
4+
- Upgrade to postcss v7 ([release notes](https://github.com/postcss/postcss/blob/master/CHANGELOG.md#70-president-amy))
5+
- Upgrade to postcss-load-config v2 ([release notes](https://github.com/michael-ciniawsky/postcss-load-config/blob/master/CHANGELOG.md#200-2018-07-10))
6+
17
# 5.0.1 / 2018-06-18
28

39
- Shallow copy options object; fixes a few edge cases

package.json

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

0 commit comments

Comments
 (0)