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": [