From 0fe44d891247d375b47801ba37ec98eaf1794856 Mon Sep 17 00:00:00 2001 From: tomaspiaggio Date: Thu, 23 Apr 2026 09:21:29 -0700 Subject: [PATCH] chore: sync release-please manifest to 1.14.0 Manual bumps to plugin.json had desynced release-please's manifest (1.4.0) from the actual plugin version (1.14.0). Aligning them so future release-please PRs bump from the correct base. --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.14.0" }