From b13ac8c5a89718b5d0187537044dc60b16a266be Mon Sep 17 00:00:00 2001 From: Pavel Klimashkin Date: Fri, 20 Jul 2018 16:37:44 -0700 Subject: [PATCH] Version 3.0.0 --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff4d12..2db7bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.0.0 (2018-07-20) + * Use PostCSS 7.0 + ## 2.0.0 (2018-06-04) * Require Webpack 4. Use tapable api * Require NodeJS 6+. Move to ES6 syntax diff --git a/package.json b/package.json index 572759f..9008c17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "postcss-assets-webpack-plugin", "description": "Webpack plugin to apply postcss on webpack's emit event", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "author": "Pavel Klimashkin", "homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin", @@ -21,7 +21,7 @@ "dependencies": { "fancy-log": "^1.3.2", "human-size": "^1.1.0", - "postcss": "^6.0.22", + "postcss": "^7.0.0", "webpack-sources": "^1.1.0" }, "keywords": [