From 2cb352f9b474ca3287ebab4fc87b8358c193efb4 Mon Sep 17 00:00:00 2001 From: Andrey Kuzmin Date: Sat, 6 May 2017 15:44:25 +0200 Subject: [PATCH] Release 7.0.0 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c653ce8..d1918bb 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,11 @@ module.exports = function (ctx) { ## Changelog +* 7.0.0 + * Bump PostCSS to 6.0 + * Smaller module size + * Use eslint instead of jshint + * 6.4.0 * Add more details to `PluginError` object diff --git a/package.json b/package.json index f503895..0061cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-postcss", - "version": "6.4.0", + "version": "7.0.0", "description": "PostCSS gulp plugin", "main": "index.js", "scripts": {