From ff6952167be5f23c273ea85ff9f6355878491d01 Mon Sep 17 00:00:00 2001 From: Christoph Werner Date: Fri, 13 Oct 2023 10:50:33 +0200 Subject: [PATCH] chore: release version 4.4.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a561db51..87abff08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 4.4.0 + +- Fix a regression that changed importing behavior +- Enable local testing with different node versions + +# 4.3.0 + +- Change module directory locating behavior: + + prefer a directory where the `package.json` has a `license` or `licenses` field. This improves reported licenses for a few libraries that have intermediate package.json files without license information in their directory structure - e.g. `socket.io-client` (thanks to [@mikejpeters](https://github.com/mikejpeters)) + # 4.2.2 - fixed a bug where the plugin was missing omitting dependencies (thanks to [@WIStudent](https://github.com/WIStudent))