From d9682d51c31bef32882ea3c63024c9a0434ac815 Mon Sep 17 00:00:00 2001 From: Christoph Werner Date: Tue, 9 Jul 2024 08:28:46 +0200 Subject: [PATCH] chore: release 4.5.0 (#1000) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c324f6c2..62161da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 4.5.0 + +- Add the option `includeNoticeText` to include `NOTICE` contents as part of the output +- Switched testing between Node versions 16-20 to Node versions 18-22 + # 4.4.2 - Remove get-npm-tarball-url dependency diff --git a/package.json b/package.json index 880ae1e2..1396aec2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webpack-license-plugin", "type": "module", - "version": "4.4.2", + "version": "4.5.0", "packageManager": "npm@10.8.1", "description": "Extracts OSS license information of the npm packages in your webpack output", "author": "Christoph Werner ",