From 407a77bd228c914ec0207b19dfdf4f4bf4bdf277 Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Thu, 27 Jun 2024 13:49:39 +0000 Subject: [PATCH] Google Analytics: release version 2.1. (#38085) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9697626438 Upstream-Ref: Automattic/jetpack@e0961fdda8b1fcd6a19e80be4e344b1beb0d2e42 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a8d53f..3bc4ef2 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.5-alpha" + "automattic/jetpack-changelogger": "^4.2.5" }, "scripts": { "build-development": "./tools/build",