From 40b8936d9863a93949181d1b6cde23a3e86c63ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Thu, 1 Aug 2024 11:04:18 +0200 Subject: [PATCH] Add note about 4.0.1 problem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61f14da..31b087b 100755 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Please refer to the [e2e.spec.ts](spec/e2e.spec.ts) for more details on the usag ### 4.0.1 +- _Accidentally broke CommonJS API in 4.0.1. Re-released as 5.0.0._ - 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). - Export all public types from `index.d.ts`. Thanks to [Harel Mazor](https://github.com/HarelM) and [Simeon Cheeseman](https://github.com/SimeonC). - Full typing support for TypeScript. Thanks to [Harel Mazor](https://github.com/HarelM).