From 0ffb550d72d2bcec70bc5d266768c2e2e24f8a03 Mon Sep 17 00:00:00 2001 From: Victor Domene Gimeno <49651769+madmaxdios@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:15:23 +0100 Subject: [PATCH] added 29.7.1 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd34d1360be7..26041b4a48b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,12 @@ - `[docs]` `Revised documentation for .toHaveBeenCalled()` to accurately depict its functionality. ([#14853](https://github.com/jestjs/jest/pull/14853)) - `[docs]` Removed ExpressJS reference link from documentation due to dead link ([#15270](https://github.com/jestjs/jest/pull/15270)) +## 29.7.1 + +### Chore & Maintenance + +- `[docs]` Added example of `testSequencer` in typescript inside configuration.md file + ## 29.7.0 ### Features