mirror of
https://github.com/blamouche/obsidian-any-ai-code.git
synced 2026-07-22 06:53:38 +00:00
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:
parent
dc77377e05
commit
4e21c4504f
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue