From dea61f648e4d8ea112fbc7d5840c521da3dcc27d Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 4 Nov 2024 15:34:59 +0000 Subject: [PATCH] Backport jetpack 14.0-beta Changes (#40024) * Changelog and readme.txt edits. * Amend readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11667212003 Upstream-Ref: Automattic/jetpack@a7dc7da7dd2fc2c67fbe61abe8c8df4a7254260a --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3643865..f941628 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.8-alpha" + "automattic/jetpack-changelogger": "^4.2.8" }, "scripts": { "build-development": "./tools/build",