From 5bc2b207a1df0d686cf1fd8c805a6a1f40b8442d Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 3 Sep 2022 12:47:48 +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 24d38865c3d2..6373e35b745b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ### Features +### Fixes + +### Chore & Maintenance + +### Performance + +## 29.0.2 + +### Features + - `[jest-transform]` Expose `TransformFactory` type ([#13184](https://github.com/facebook/jest/pull/13184)) ### Fixes @@ -10,10 +20,6 @@ - `[jest-mock]` Align the behavior and return type of `generateFromMetadata` method ([#13207](https://github.com/facebook/jest/pull/13207)) - `[jest-runtime]` Support `jest.resetModules()` with ESM ([#13211](https://github.com/facebook/jest/pull/13211)) -### Chore & Maintenance - -### Performance - ## 29.0.1 ### Fixes