From 9eee27324f61f1eb5f434717dcd7bb4eb1d64372 Mon Sep 17 00:00:00 2001 From: klimashkin Date: Fri, 25 Sep 2020 23:36:16 -0700 Subject: [PATCH] Version 4.0.0 --- CHANGELOG.md | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db7bd7..3954036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Changelog +## 4.0.0 (2018-07-20) + * Use PostCSS 8 + * Require NodeJS 10+. + ## 3.0.0 (2018-07-20) - * Use PostCSS 7.0 - + * Use PostCSS 7 + ## 2.0.0 (2018-06-04) * Require Webpack 4. Use tapable api * Require NodeJS 6+. Move to ES6 syntax * Print human readable sizes (#3) - -## 1.1.0 (2016-05-14) + +## 1.1.0 (2017-05-14) * Fix external sourcemaps (#2) ## 1.0.0 (2016-08-26) diff --git a/package.json b/package.json index b99ba55..99e49f3 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": "3.0.0", + "version": "4.0.0", "license": "MIT", "author": "Pavel Klimashkin", "homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",