From eadf88c19dc5d2735d66d4685137a864b8b7f585 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 24 Aug 2023 13:09:54 +0200 Subject: [PATCH] chore: update changelog for release --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d350f52f52..a5942b0cb075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ ### Fixes + +### Chore & Maintenance + +## 29.6.4 + +### Fixes + - `[jest-core]` Fix typo in `scheduleAndRun` performance marker ([#14434](https://github.com/jestjs/jest/pull/14434)) - `[jest-environment-node]` Make sure `atob` and `btoa` are writeable in Node 20 ([#14446](https://github.com/jestjs/jest/pull/14446)) - `[jest-worker]` Additional error wrapper for `parentPort.postMessage` to fix unhandled `DataCloneError`. ([#14437](https://github.com/jestjs/jest/pull/14437)) -### Chore & Maintenance - ## 29.6.3 ### Fixes