diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 7dcf7e65c79ced..fa2f9ab7a0b710 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -2,12 +2,6 @@ ## Unreleased -### Bug Fix - -- Add `postcss` as a dependency to ensure that the correct version gets installed. - -## 15.0.0 (2021-04-29) - ### Breaking Changes - Drop support for Internet Explorer 11 ([#31110](https://github.com/WordPress/gutenberg/pull/31110)). Learn more at https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/. @@ -20,6 +14,12 @@ - Have the `format` command ignore files listed in a `.prettierignore` file, add a fallback `.prettierignore` to the package ([30844](https://github.com/WordPress/gutenberg/pull/30844)). - The e2e tests are now using [`jest-circus`](https://github.com/facebook/jest/tree/master/packages/jest-circus) as the test runner. This enable us to capture screenshots at the time the tests failed. The unit tests are also using the same test runner for consistency ([#28449](https://github.com/WordPress/gutenberg/pull/28449), [#31178](https://github.com/WordPress/gutenberg/pull/31178)). +### Bug Fix + +- Add `postcss` as a dependency to ensure that the correct version gets installed. + +## 15.0.0 (2021-04-29) + ### Breaking Changes - Rename `format-js` script to `format` ([#30240](https://github.com/WordPress/gutenberg/pull/30240)).