diff --git a/CHANGELOG.md b/CHANGELOG.md index 945c70ef..5ff9150f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.2.1 + +- collect filenames and licenses from child compilers (thanks to @WIStudent) + # 4.2.0 - added `includePackages` option (thanks to @WIStudent) @@ -10,4 +14,4 @@ # 4.1.3 - got rid of some webpack 5 deprecation warnings -- fixed multiple entry module error [#435](https://github.com/codepunkt/webpack-license-plugin/issues/435) \ No newline at end of file +- fixed multiple entry module error [#435](https://github.com/codepunkt/webpack-license-plugin/issues/435) diff --git a/package.json b/package.json index 402044d9..4f1dcff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-license-plugin", - "version": "4.2.0", + "version": "4.2.1", "description": "Extracts OSS license information of the npm packages in your webpack output", "keywords": [ "webpack",