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) <noreply@anthropic.com>
This commit is contained in:
blamouche 2026-04-25 09:33:16 +02:00
parent dc77377e05
commit 4e21c4504f
4 changed files with 6 additions and 5 deletions

View file

@ -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": "",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}