From 4f97b9ffb28cf58c04caa9f5b3a353c751ca8faf Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 2 May 2020 10:16:03 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d72b2c5798..cdbb3fdeec88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,20 @@ ### Fixes -- `[jest-jasmine2]` Don't run `beforeAll` / `afterAll` in skipped describe block ([#9931](https://github.com/facebook/jest/pull/9931)) +### Chore & Maintenance + +### Performance + +## 25.5.4 + +### Fixes + +- `[jest-jasmine2]` Don't run `beforeAll` / `afterAll` in skipped describe blocks ([#9931](https://github.com/facebook/jest/pull/9931)) ### Chore & Maintenance - `[jest-runtime]` Do not warn when mutating `require.cache` ([#9946](https://github.com/facebook/jest/pull/9946)) -### Performance - ## 25.5.3 ### Chore & Maintenance