Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cb352f

Browse files
committed
Release 7.0.0
1 parent 8dd0235 commit 2cb352f

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
@@ -166,6 +166,11 @@ module.exports = function (ctx) {
166166

167167
## Changelog
168168

169+
* 7.0.0
170+
* Bump PostCSS to 6.0
171+
* Smaller module size
172+
* Use eslint instead of jshint
173+
169174
* 6.4.0
170175
* Add more details to `PluginError` object
171176

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "6.4.0",
3+
"version": "7.0.0",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)