We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0235 commit 2cb352fCopy full SHA for 2cb352f
README.md
@@ -166,6 +166,11 @@ module.exports = function (ctx) {
166
167
## Changelog
168
169
+* 7.0.0
170
+ * Bump PostCSS to 6.0
171
+ * Smaller module size
172
+ * Use eslint instead of jshint
173
+
174
* 6.4.0
175
* Add more details to `PluginError` object
176
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "6.4.0",
+ "version": "7.0.0",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments