Skip to content

Commit 94170d6

Browse files
committed
Release 9.0.0
1 parent f3751c8 commit 94170d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ module.exports = function (ctx) {
193193

194194
## Changelog
195195

196+
* 9.0.0
197+
* Bump PostCSS to 8.0
198+
* Drop Node 6 support
199+
* PostCSS is now a peer dependency
200+
196201
* 8.0.0
197202
* Bump PostCSS to 7.0
198203
* Drop Node 4 support

package.json

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

0 commit comments

Comments
 (0)