From 8a4fdaff5d8675e2d9371c4f9b947d76273c3b50 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Mon, 9 Sep 2024 16:31:25 +0200 Subject: [PATCH] Revert "Update CHANGELOG.md" This reverts commit d09527f7d7d01b9d456507a9a8b8353991a970ac. --- packages/scripts/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 45a7116a60926..c5ef97f044ab0 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -11,7 +11,7 @@ ### Enhancements - Inlines CSS files imported from other CSS files before optimization in the `build` command ([#61121](https://github.com/WordPress/gutenberg/pull/61121)). -- Adds automatic support for handling `variations` field from `block.json` in the `build` and `start` scripts ([#63311](https://github.com/WordPress/gutenberg/pull/63311)). +- Add automatic support for handling `variations` field from `block.json` in the `build` and `start` scripts ([#63311](https://github.com/WordPress/gutenberg/pull/63311)). ### Bug Fixes