From 5cf3294e440ae9aded1964cd7d9e6570e4f6a166 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 25 Sep 2021 15:28:52 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebccac02554..758519ae46b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ ### Fixes -- `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#11893](https://github.com/facebook/jest/pull/11893)) - ### Chore & Maintenance ### Performance +## 27.2.2 + +### Fixes + +- `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#11893](https://github.com/facebook/jest/pull/11893)) + ## 27.2.1 ### Features