Skip to content

Commit d7e3ce3

Browse files
committed
chore: release v4.2.1
1 parent b1c8215 commit d7e3ce3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.2.1
2+
3+
- collect filenames and licenses from child compilers (thanks to @WIStudent)
4+
15
# 4.2.0
26

37
- added `includePackages` option (thanks to @WIStudent)
@@ -10,4 +14,4 @@
1014
# 4.1.3
1115

1216
- got rid of some webpack 5 deprecation warnings
13-
- fixed multiple entry module error [#435](https://github.com/codepunkt/webpack-license-plugin/issues/435)
17+
- fixed multiple entry module error [#435](https://github.com/codepunkt/webpack-license-plugin/issues/435)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-license-plugin",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Extracts OSS license information of the npm packages in your webpack output",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)