From 508429c597f56c11ca072e7391e360f29e5ba27c Mon Sep 17 00:00:00 2001 From: Michae Touito Date: Tue, 23 Jun 2026 16:32:28 +0300 Subject: [PATCH] chore: release 0.0.4 Bump package version 0.0.3 -> 0.0.4 (0.0.3 is already on npm) and sync the release-please manifest to 0.0.4 so version state matches the registry. Enables publishing the merged skills-alignment changes via the trusted publish workflow. Co-authored-by: Cursor --- .release-please-manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fd4983..edbb0e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.1" + ".": "0.0.4" } diff --git a/package.json b/package.json index fe57c51..0119648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jfrog/opencode-jfrog-plugin", - "version": "0.0.3", + "version": "0.0.4", "description": "JFrog Plugin for seamless integration to Opencode", "author": { "name": "JFrog",