From 4e21c4504ffd9663ebe990f235ff469cf10590a7 Mon Sep 17 00:00:00 2001 From: blamouche Date: Sat, 25 Apr 2026 09:33:16 +0200 Subject: [PATCH] Bump plugin version to 0.1.26 Aligns manifest.json, versions.json, package.json, and package-lock.json with the Prompt Hub version so the 0.1.26 release zip ships a manifest matching the tag name (and uses the new zero-command install flow in the release notes template). Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 304f54f..fa4bf86 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-any-ai-code", "name": "Any AI Code", - "version": "0.1.25", + "version": "0.1.26", "minAppVersion": "1.5.0", "description": "Open Claude Code CLI in a right sidebar view.", "author": "", diff --git a/package-lock.json b/package-lock.json index f616d2e..6f6cfb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-any-ai-code", - "version": "0.1.25", + "version": "0.1.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-any-ai-code", - "version": "0.1.25", + "version": "0.1.26", "license": "MIT", "dependencies": { "@xterm/addon-fit": "^0.11.0", diff --git a/package.json b/package.json index ab86e61..52790b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-any-ai-code", - "version": "0.1.25", + "version": "0.1.26", "description": "Open your local Claude Code CLI inside an Obsidian right sidebar view", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ae3717e..143b8db 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "1.5.0", "0.1.24": "1.5.0", - "0.1.25": "1.5.0" + "0.1.25": "1.5.0", + "0.1.26": "1.5.0" }