From f10a378f254793402fb9837b9414765235f36e19 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Thu, 2 Jun 2022 11:47:44 +0200 Subject: [PATCH] Update react-native-editor changelog --- packages/react-native-editor/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 6e1eecd42563c..6dde09c5afd54 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -11,6 +11,10 @@ For each user feature we should also add a importance categorization label to i ## Unreleased +## 1.77.1 + +- [***] Fixes a crash on iOS related to JSI and Reanimated [#41482] + ## 1.77.0 - [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [#41036]