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 5d3bf7a commit 70dfabeCopy full SHA for 70dfabe
README.md
@@ -193,6 +193,9 @@ module.exports = function (ctx) {
193
194
## Changelog
195
196
+* 9.0.1
197
+ * Bump postcss-load-config to ^3.0.0
198
+
199
* 9.0.0
200
* Bump PostCSS to 8.0
201
* Drop Node 6 support
package.json
@@ -13,7 +13,7 @@
13
"all": true,
14
"check-coverage": true
15
},
16
- "version": "9.0.0",
+ "version": "9.0.1",
17
"description": "PostCSS gulp plugin",
18
"main": "index.js",
19
"engines": {
0 commit comments