From 1df720cfa2956ca8d3be5b66c7fd060a4f31a12b Mon Sep 17 00:00:00 2001 From: Carlos Bravo Date: Tue, 7 May 2024 20:17:18 +0200 Subject: [PATCH] Move changelog --- packages/interactivity/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/interactivity/CHANGELOG.md b/packages/interactivity/CHANGELOG.md index bdfadffcb7ff3..56352eb4c489b 100644 --- a/packages/interactivity/CHANGELOG.md +++ b/packages/interactivity/CHANGELOG.md @@ -6,6 +6,8 @@ - Allow multiple event handlers for the same type with `data-wp-on-document` and `data-wp-on-window`. ([#61009](https://github.com/WordPress/gutenberg/pull/61009)) +- Prevent wrong written directives from killing the runtime ([#61249](https://github.com/WordPress/gutenberg/pull/61249)) + ## 5.6.0 (2024-05-02) ## 5.5.0 (2024-04-19) @@ -18,8 +20,6 @@ - Hooks useMemo and useCallback should return a value. ([#60474](https://github.com/WordPress/gutenberg/pull/60474)) -- Prevent wrong written directives from killing the runtime ([#61249](https://github.com/WordPress/gutenberg/pull/61249)) - ## 5.4.0 (2024-04-03) ## 5.3.0 (2024-03-21)