diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5319f..cf8380b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.2 (2021-07-14) + * Move assets check later to actual hook process #6 (by [chibibirdie](https://github.com/chibibirdie)) + ## 4.1.1 (2021-05-25) * Skip empty assets (by [chibibirdie](https://github.com/chibibirdie)) diff --git a/package.json b/package.json index b22f515..48cc3ca 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.1", + "version": "4.1.2", "license": "MIT", "author": "Pavel Klimashkin", "homepage": "https://github.com/klimashkin/postcss-assets-webpack-plugin",