From 797034ce9c691e33312c13e9b6a4005e1248c319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Thu, 1 Aug 2024 10:17:57 +0200 Subject: [PATCH] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e37cc4..03264a5 100755 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ Please refer to the [e2e.spec.ts](spec/e2e.spec.ts) for more details on the usag ## Changelog +### 5.0.0 +- A re-release of 4.0.1 since that version broke the CommonJS API. +- Remove an internal type from the public API. + ### 4.0.1 - Re-introduce CommonJS support, while keeping the ES module support. Thanks to [Harel Mazor](https://github.com/HarelM) and [Simeon Cheeseman](https://github.com/SimeonC).