From 17abf4073bcfdc129d1cc9432768de68eb09c039 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 19 Sep 2023 10:31:05 +0200 Subject: [PATCH] move changelog entry --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4f31fc98e6..38362c8b9252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### Chore & Maintenance - `[*]` [**BREAKING**] Drop support for Node.js versions 14 and 19 ([#14460](https://github.com/jestjs/jest/pull/14460)) +- `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490)) ## 29.7.0 @@ -34,9 +35,6 @@ ### Chore & Maintenance - `[jest-cli]` Move internal config initialisation logic to the `create-jest` package ([#14465](https://github.com/jestjs/jest/pull/14453)) -- `[jest-cli]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490)) -- `[jest-types]` [**BREAKING**] Remove deprecated `init` option ([#14490](https://github.com/jestjs/jest/pull/14490)) -- `[jest-config]` Add deprecation notice for the `init` option ([#14490](https://github.com/jestjs/jest/pull/14490)) ## 29.6.4