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 f3751c8 commit 94170d6Copy full SHA for 94170d6
README.md
@@ -193,6 +193,11 @@ module.exports = function (ctx) {
193
194
## Changelog
195
196
+* 9.0.0
197
+ * Bump PostCSS to 8.0
198
+ * Drop Node 6 support
199
+ * PostCSS is now a peer dependency
200
+
201
* 8.0.0
202
* Bump PostCSS to 7.0
203
* Drop Node 4 support
package.json
@@ -13,7 +13,7 @@
13
"all": true,
14
"check-coverage": true
15
},
16
- "version": "8.0.0",
+ "version": "9.0.0",
17
"description": "PostCSS gulp plugin",
18
"main": "index.js",
19
"engines": {
0 commit comments