Skip to content

Commit d1197f8

Browse files
author
Andrey Kuzmin
committed
Release 8.0.0
1 parent 5a70984 commit d1197f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ module.exports = function (ctx) {
169169

170170
## Changelog
171171

172+
* 8.0.0
173+
* Bump PostCSS to 7.0
174+
* Drop Node 4 support
175+
172176
* 7.0.1
173177
* Drop dependency on gulp-util
174178

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": "7.0.1",
16+
"version": "8.0.0",
1717
"description": "PostCSS gulp plugin",
1818
"main": "index.js",
1919
"scripts": {

0 commit comments

Comments
 (0)