From 3c935c4e878e8c15ed7574527d7d320f580fc1ac Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Fri, 12 Nov 2021 18:50:59 +0100 Subject: [PATCH] Scripts: Fix the wrong placement of CHANGELOG entries Related PRs: #36260, #36244. --- packages/scripts/CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 8a871e3133b375..6d903e91b42fe9 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -2,14 +2,21 @@ ## Unreleased -## 19.1.0 (2021-11-07) +### New Features + +- Add basic support for TypeScript in `build`, `start`, `test-e2e` and `test-unit-js` commands ([#36260](https://github.com/WordPress/gutenberg/pull/36260)). ### Enhancements -- Increase the timeout for e2e tests to 30 seconds ([#35983](https://github.com/WordPress/gutenberg/pull/35983)). - The bundled `browserslist` dependency has been updated from requiring `^4.16.6` to requiring `^4.17.6` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)). - Updated the default ESLint config to work correctly with the latest version of `@wordpress/eslint-plugin` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)). +## 19.1.0 (2021-11-07) + +### Enhancements + +- Increase the timeout for e2e tests to 30 seconds ([#35983](https://github.com/WordPress/gutenberg/pull/35983)). + ## 19.0.0 (2021-10-22) ### Breaking Changes