From 8370fa712c8c4f9e07c460615601cd64b579e9a7 Mon Sep 17 00:00:00 2001 From: Bryan Kendall Date: Tue, 12 Nov 2024 14:12:15 -0800 Subject: [PATCH] add information to the changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 1ebe6ce..5886238 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,4 @@ +* Updates `engines.node` to include Node 22. * Updates dependencies to address `npm audit` issues. * Fixes issue where redirects of unicode paths may not have been handled correctly. * Fixes issue in Node 22 where `mtime` from `stat`-ing a file is no longer available.