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