diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6a474..ba5319f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.1 (2021-05-25) + * Skip empty assets (by [chibibirdie](https://github.com/chibibirdie)) + ## 4.1.0 (2020-12-09) * Support Webpack 5 (by [Sigalin Kirill](https://github.com/SumoTTo)) * Add ESLint (by [Sigalin Kirill](https://github.com/SumoTTo)) diff --git a/package.json b/package.json index db623df..b22f515 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": "4.1.0", + "version": "4.1.1", "license": "MIT", "author": "Pavel Klimashkin", "homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",