From 3b15479b03d500e8175e1e184e9e29f8862e179e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:46:05 +0000 Subject: [PATCH] chore(main): release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fd4983..15607ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1802e0..4ed34ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog +## [0.0.2](https://github.com/jfrog/opencode-jfrog-plugin/compare/v0.0.1...v0.0.2) (2026-05-06) + + +### Bug Fixes + +* Versioning of instructions, publish script ([#14](https://github.com/jfrog/opencode-jfrog-plugin/issues/14)) ([2146d7f](https://github.com/jfrog/opencode-jfrog-plugin/commit/2146d7fb1a414fce93f3012ce9e83d33bbd3e812)) + + +### Miscellaneous Chores + +* release 0.0.2 ([#11](https://github.com/jfrog/opencode-jfrog-plugin/issues/11)) ([a9c807e](https://github.com/jfrog/opencode-jfrog-plugin/commit/a9c807e5f0316f1cfa294625fdd8d8669557cc70)) + +## Changelog + All notable changes to this project will be documented here by Release Please. diff --git a/package.json b/package.json index 4421fc1..974324a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jfrog/opencode-jfrog-plugin", - "version": "0.0.3", + "version": "0.0.2", "description": "JFrog Plugin for seamless integration to Opencode", "author": { "name": "JFrog",