From 00cc1916365f954ddc717eddc7d1a9b0d3e921c0 Mon Sep 17 00:00:00 2001 From: Tim Seckinger Date: Sun, 17 Feb 2019 16:25:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c2bcf8e278..19924f90a85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - `[@jest/core]` Create new package, which is `jest-cli` minus `yargs` and `prompts` ([#7696](https://github.com/facebook/jest/pull/7696)) - `[@jest/transform]`: Migrate to TypeScript ([#7918](https://github.com/facebook/jest/pull/7918)) - `[docs]` Add missing import to docs ([#7928](https://github.com/facebook/jest/pull/7928)) +- `[jest-resolve-dependencies]`: Migrate to TypeScript ([#7922](https://github.com/facebook/jest/pull/7922)) ### Performance