We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a8340 commit 52bce09Copy full SHA for 52bce09
CHANGELOG.md
@@ -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
7
# 5.0.1 / 2018-06-18
8
9
- Shallow copy options object; fixes a few edge cases
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "5.0.1",
+ "version": "6.0.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
0 commit comments