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 5a70984 commit d1197f8Copy full SHA for d1197f8
README.md
@@ -169,6 +169,10 @@ module.exports = function (ctx) {
169
170
## Changelog
171
172
+* 8.0.0
173
+ * Bump PostCSS to 7.0
174
+ * Drop Node 4 support
175
+
176
* 7.0.1
177
* Drop dependency on gulp-util
178
package.json
@@ -13,7 +13,7 @@
13
"all": true,
14
"check-coverage": true
15
},
16
- "version": "7.0.1",
+ "version": "8.0.0",
17
"description": "PostCSS gulp plugin",
18
"main": "index.js",
19
"scripts": {
0 commit comments