From d525c57c257a72d97498097965ad79477ee19382 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 29 Jun 2022 01:14:24 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd253da566b..85a901a4810c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,20 @@ ### Fixes +### Chore & Maintenance + +### Performance + +## 28.1.2 + +### Fixes + -`[jest-runtime]` Avoid star type import from `@jest/globals` ([#12949](https://github.com/facebook/jest/pull/12949)) ### Chore & Maintenance - `[docs]` Mention that jest-codemods now supports Sinon ([#12898](https://github.com/facebook/jest/pull/12898)) -### Performance - ## 28.1.1 ### Features