Skip to content

Commit 46533ec

Browse files
committed
Bump to 10.0.0
1 parent 77ed79a commit 46533ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ module.exports = function (ctx) {
209209

210210
## Changelog
211211

212-
* 9.1.0
212+
* 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**
213216
* Bump postcss-load-config to ^5.0.0
214217
* Ensure options are passed to plugins when using postcss.config.js #170
215218
* Update deps

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"all": true,
1414
"check-coverage": true
1515
},
16-
"version": "9.1.0",
16+
"version": "10.0.0",
1717
"description": "PostCSS gulp plugin",
1818
"main": "index.js",
1919
"engines": {

0 commit comments

Comments
 (0)