From 61a6fb44fce23695393cd602b9488b80d7d2a313 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 4 Sep 2024 13:59:47 +0200 Subject: [PATCH] meta: Update changelog for 2.22.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1096c561..b417ab45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 2.22.4 + +- feat(react-component-annotate): Handle function body returning a ternary (#598) +- fix: Allow injection plugins to apply to files with query parameters and fragments in their name (#597) + +Work in this release contributed by @Thristhart. Thank you for your contribution! + ## 2.22.3 - fix(core): Always instantiate global `Error` class in injected code snippets (#594)