From 72bba2795d514420bf3598b1a988ec94a2b6e543 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 31 Jul 2020 12:50:04 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9efb87a3ea..2f8fa2297afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,17 @@ ### Fixes -- `[jest-cli]` Use correct file name to override existing jest config on init ([#10337](https://github.com/facebook/jest/pull/10337)) -- `[jest-haste-map]` Properly detect support for native `find` ([#10346](https://github.com/facebook/jest/pull/10346)) - ### Chore & Maintenance ### Performance +## 26.2.2 + +### Fixes + +- `[jest-cli]` Use correct file name to override existing jest config on init ([#10337](https://github.com/facebook/jest/pull/10337)) +- `[jest-haste-map]` Properly detect support for native `find` ([#10346](https://github.com/facebook/jest/pull/10346)) + ## 26.2.1 ### Fixes