chore: Bump version to 0.11.40

This commit is contained in:
Aaron Bockelie 2026-07-05 13:15:57 -05:00
parent f58c66fdd6
commit 2349a2b13d
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.39"
"version": "0.11.40"
}

View file

@ -2,7 +2,7 @@
"manifest_version": "0.3",
"name": "obsidian-mcp",
"display_name": "Obsidian MCP",
"version": "0.11.39",
"version": "0.11.40",
"description": "Read, write, search, and traverse your Obsidian vault from Claude Desktop — bridges to the MCP server built into the Obsidian 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.39",
"version": "0.11.40",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-mcp-plugin",
"version": "0.11.39",
"version": "0.11.40",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-mcp-plugin",
"version": "0.11.39",
"version": "0.11.40",
"description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via a built-in MCP server, no external server to run.",
"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.39';
return '0.11.40';
}

View file

@ -28,5 +28,6 @@
"0.11.36": "1.6.6",
"0.11.37": "1.6.6",
"0.11.38": "1.6.6",
"0.11.39": "1.6.6"
"0.11.39": "1.6.6",
"0.11.40": "1.6.6"
}