From a94160bdba5ad8316994ec10676876640d38d6e4 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 1 Oct 2021 14:13:46 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828a9175cba3..81a23414c4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### Features +- `[jest-resolver]` Support default export (`.`) in `exports` field ([#11919](https://github.com/facebook/jest/pull/11919)) + ### Fixes - `[@jest/types]` Mark deprecated configuration options as `@deprecated` ([#11913](https://github.com/facebook/jest/pull/11913))