From 38672c8aeeca02da945ef962cd83dbd918bc922f Mon Sep 17 00:00:00 2001 From: jshemas Date: Tue, 16 Jul 2024 21:56:14 -0400 Subject: [PATCH] updating changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bf40a..54b80fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 6.6.3 + +- Fix issue with the `charset` fallback. Replace Buffer.from with Uint8Array since body is always html +- Updating dependencies to fix npm vulnerabilities + ## 6.6.2 - Fixed issue with `package.json` `exports` was not working in `CommonJs` projects.