chore: Bump version to 0.11.36

This commit is contained in:
Aaron Bockelie 2026-06-24 10:50:54 -05:00
parent d7e5e70168
commit 6e1e7b6137
6 changed files with 8 additions and 7 deletions

View file

@ -7,5 +7,5 @@
"authorUrl": "https://github.com/aaronsb",
"fundingUrl": "https://github.com/sponsors/aaronsb",
"isDesktopOnly": true,
"version": "0.11.35"
"version": "0.11.36"
}

View file

@ -2,7 +2,7 @@
"manifest_version": "0.3",
"name": "obsidian-mcp",
"display_name": "Obsidian MCP",
"version": "0.11.35",
"version": "0.11.36",
"description": "Connect Claude Desktop to your Obsidian vault via the Obsidian MCP plugin.",
"long_description": "Bridges Claude Desktop to the HTTP MCP server exposed by the Obsidian MCP plugin running inside Obsidian. Open Obsidian first, enable the MCP plugin in Settings, copy the URL and API key from the plugin's Settings tab, then paste them into the install prompt below.",
"author": {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-mcp-plugin",
"version": "0.11.35",
"version": "0.11.36",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-mcp-plugin",
"version": "0.11.35",
"version": "0.11.36",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-mcp-plugin",
"version": "0.11.35",
"version": "0.11.36",
"description": "Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,4 @@
// Version is injected at build time by sync-version.mjs
export function getVersion(): string {
return '0.11.35';
return '0.11.36';
}

View file

@ -24,5 +24,6 @@
"0.11.32": "1.6.6",
"0.11.33": "1.6.6",
"0.11.34": "1.6.6",
"0.11.35": "1.6.6"
"0.11.35": "1.6.6",
"0.11.36": "1.6.6"
}