From ddd28faaab87c48c5f4bc747192e7061df439f4f Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 19 Aug 2026 21:27:51 +0300 Subject: [PATCH] chore(release): align package.json with published v3.0.0 The v3.0.0 release ran semantic-release with no config file: the workflow installed @semantic-release/git via extra_plugins but never added it to the plugin chain, so the default plugin set ran and the version write-back commit was never created. The current .releaserc.json already lists the git plugin; this aligns the stale 2.9.0 version string with the published release. Co-Authored-By: Claude Fable 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 461f02b..3df02d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putdotio/pas-js", - "version": "2.9.0", + "version": "3.0.0", "description": "Browser analytics client for the put.io Analytics System.", "keywords": [ "analytics",