From a838175e06a39ffae7e73fb9ca7b768b5af11765 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 8 Feb 2022 11:50:43 +0100 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7a397f5b40..ce76556d651a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 27.5.1 + +### Features + - `[jest-config]` Support comments in JSON config file ([#12316](https://github.com/facebook/jest/pull/12316)) - `[pretty-format]` Expose `ConvertAnsi` plugin ([#12308](https://github.com/facebook/jest/pull/12308)) @@ -16,8 +26,6 @@ - `[*]` Avoid anonymous default exports ([#12313](https://github.com/facebook/jest/pull/12313)) -### Performance - ## 27.5.0 ### Features