From 45472a19719cea93cca8607f762abd4beb174f04 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 27 Aug 2024 15:13:36 +0200 Subject: [PATCH] meta: Update CHANGELOG for 2.22.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57dd3dd..1096c561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 2.22.3 + +- fix(core): Always instantiate global `Error` class in injected code snippets (#594) + ## 2.22.2 - fix: Disable debug ID injection when `sourcemaps.disable` is set (#589)