We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ed79a commit 46533ecCopy full SHA for 46533ec
README.md
@@ -209,7 +209,10 @@ module.exports = function (ctx) {
209
210
## Changelog
211
212
-* 9.1.0
+* 10.0.0
213
+ * Released with the same changes as 9.1.0
214
+
215
+* 9.1.0 **deprecated, because it breaks semver by dropping support for node <18**
216
* Bump postcss-load-config to ^5.0.0
217
* Ensure options are passed to plugins when using postcss.config.js #170
218
* Update deps
package.json
@@ -13,7 +13,7 @@
13
"all": true,
14
"check-coverage": true
15
},
16
- "version": "9.1.0",
+ "version": "10.0.0",
17
"description": "PostCSS gulp plugin",
18
"main": "index.js",
19
"engines": {
0 commit comments