From c6ca50e9915b1b829bd36f7cb0ed6d9c4b76e70f Mon Sep 17 00:00:00 2001 From: Art Date: Sun, 9 Apr 2023 17:36:52 +0700 Subject: [PATCH] fixes changelog --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91dfc0901e9..92876f62c0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - `[jest-cli]` Include type definitions to generated config files ([#14078](https://github.com/facebook/jest/pull/14078)) - `[jest-snapshot]` Support arrays as property matchers ([#14025](https://github.com/facebook/jest/pull/14025)) +- `[jest-snapshot]` Add `toMatchNamedSnapshot` to bring snapshot support to concurrent mode ### Fixes @@ -25,12 +26,6 @@ ### Performance -## 29.6.0 - -### Features - -- `[jest-snapshot]` Add `toMatchNamedSnapshot` to bring snapshot support to concurrent mode - ## 29.5.0 ### Features