From f6a1de810975e2b5d42d63b17200ac302e1bdebb Mon Sep 17 00:00:00 2001 From: Boris Diakur Date: Fri, 20 Dec 2024 14:45:18 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff5497..06178c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 4.0.1 (2024-12-20) +* fix: reusable variables are serialized incorrectly (#307) + ### 4.0.0 (2024-06-20) * __BREAKING CHANGE__: The `maxAge` option now ensures that the cache becomes invalid after the specified cache lifetime is reached based on `stats.mtimeMs` (last modification time of the cache file) instead of relying on an in memory timeout that invalidates the cache. This ensures that cache life times are evaluated correctly between multiple processes.