From 3b2d105aa2ad4c5532f113b511c87171d89ee7a9 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 27 Oct 2023 11:39:40 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0305d73..b4b71d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,6 @@ A new version of the library, including a couple of improvements: - Drop manual UMD bundle creation in `index.standalone.ts`, but rely on rollup instead. - Infer JwtPayload and JwtHeader default types from the `header` argument by using overloads. -**Additionally, this PR ensures the file size is decreased:** - -- **ESM and CJS decreased by 22%** -- **UMD decreased by 37%** - Even though some users might experience breaking changes, mostly because of the `exports` field, the majority should be able to update without making any changes, assuming the SDK is used in environments with support for `atob`. ## Version [4.0.0-beta.4](https://github.com/auth0/jwt-decode/releases/tag/v4.0.0-beta.4)