diff --git a/CHANGELOG.md b/CHANGELOG.md index efe999892353..155b3bd2cc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,23 @@ ### Chore & Maintenance +### Performance + +## master + +### 25.2.5 + +### Fixes + +- `[@jest/console]` Fix `typescript<@3.8` compatibility in published types + +### Chore & Maintenance + - `[docs]` Update link to watchman troubleshooting docs ([#9727](https://github.com/facebook/jest/pull/9727)) - `[@jest/message-util]` Remove dependency on `@jest/test-result`, which lead to a sprawling dependency tree ([#9749](https://github.com/facebook/jest/pull/9749)) - `[@jest/test-result]` Remove dependency on `@jest/transform`, which lead to a sprawling dependency tree ([#9747](https://github.com/facebook/jest/pull/9747)) - `[@jest/transform]` Expose type `TransformedSource` ([#9736](https://github.com/facebook/jest/pull/9736)) -### Performance - ## 25.2.4 ### Features