From 5aad21f59dda9d0842e5a886f5c576fbcdd87bd0 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 20 Sep 2021 15:06:49 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dc011d0d86..2ceeb3d5e4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 27.2.1 + +### Features + - `[jest-transform]` Improve the unexpected token error message. ([#11807](https://github.com/facebook/jest/pull/11807)) ### Fixes @@ -10,10 +20,6 @@ - `[jest-runtime]` Include test name when importing modules after test has completed ([#11885](https://github.com/facebook/jest/pull/11885)) - `[jest-runtime]` Error when ESM import is used after test is torn down ([#11885](https://github.com/facebook/jest/pull/11885)) -### Chore & Maintenance - -### Performance - ## 27.2.0 ### Features