Skip to content

Commit bcff3b4

Browse files
authored
chore: bump version to v4.5.1 (#1159)
1 parent c6e815d commit bcff3b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.5.1
2+
3+
- Change default branch used to replenish licenses from to `main` (thanks to [@mzedel](https://github.com/mzedel))
4+
15
# 4.5.0
26

37
- Add the option `includeNoticeText` to include `NOTICE` contents as part of the output (thanks to [@ccatterina](https://github.com/ccatterina))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-license-plugin",
33
"type": "module",
4-
"version": "4.5.0",
4+
"version": "4.5.1",
55
"packageManager": "[email protected]",
66
"description": "Extracts OSS license information of the npm packages in your webpack output",
77
"author": "Christoph Werner <[email protected]>",

0 commit comments

Comments
 (0)